summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-04Upgrade to the latest versio of MGM.HEADmasterJulien Fontanet1-0/+0
2011-07-04Automatically download MGM.Julien Fontanet1-1/+10
2011-07-04Upgrade to the latest version of MGM.Julien Fontanet1-0/+0
2011-07-04Use MGM for compilation.Julien Fontanet5-85/+17
2010-01-08New Makefile + use the standard NDEBUG constant instead of DISABLE_ASSERTS an...Julien Fontanet3-48/+79
2009-10-08Use more standard variables and default rules in the Makefile.Julien Fontanet1-7/+6
2009-10-04Little fixes in string.h. New Makefile with automatic dependencies checking.Julien Fontanet3-34/+27
2009-07-19Array.length has been renamed to Array.size. Less direct access to Array.size.Julien Fontanet7-35/+73
2009-07-18Little mistake in the help of the sdc command.Julien Fontanet1-1/+1
2009-07-18Parser moved to shell.Julien Fontanet6-125/+76
2009-07-18Lots of improvements.Julien Fontanet6-24/+177
2009-07-17Various improvements:Julien Fontanet6-27/+114
2009-07-16Various improvements.Julien Fontanet3-8/+8
2009-07-13Memory leak fix.Julien Fontanet1-1/+18
2009-07-13Code cleanups.Julien Fontanet2-38/+16
2009-07-13Typo.Julien Fontanet1-3/+1
2009-07-13The shell is now an object and lots of other changes.Julien Fontanet12-371/+588
2009-07-12Various doc typos fixes.Julien Fontanet5-6/+5
2009-07-12"object_ref (void *)" and "object_class_ref (void *)" are meant to be used fo...Julien Fontanet8-12/+12
2009-07-12Returns defined pointers instead of void *.Julien Fontanet7-21/+21
2009-07-12Improvements.Julien Fontanet14-99/+207
2009-07-12Global doc improvements. New constructor for String: "string_new_with_chars (...Julien Fontanet6-80/+149
2009-07-11Clean ups.Julien Fontanet5-9/+28
2009-07-10Various clean ups.Julien Fontanet6-15/+30
2009-07-10Internal command renamed from "clear-history" to "history".Julien Fontanet3-5/+15
2009-07-10New method in string: "string_reverse (void *)".Julien Fontanet5-2/+35
2009-07-10Improvements in String.Julien Fontanet3-14/+51
2009-07-10Typos.Julien Fontanet1-5/+5
2009-07-09Two new methods : "object_is_a (const void *, const char *)" and "object_clas...Julien Fontanet4-5/+67
2009-07-09A new class method "array_is_empty (void *)" and some code style fixes.Julien Fontanet8-153/+168
2009-07-09General imrpovements.Julien Fontanet14-124/+146
2009-07-09Improvements.Julien Fontanet10-164/+191
2009-07-09New String class.Julien Fontanet5-10/+412
2009-07-09Doc and fixes.Julien Fontanet6-79/+49
2009-07-09Improvements and bug fix.Julien Fontanet9-33/+175
2009-07-09Improvements in array.{h,c}.Julien Fontanet4-55/+65
2009-07-09"array_get (void *, size_t)" is now declared as inlined for perfomance reasons.Julien Fontanet2-10/+8
2009-07-09Few improvements in the Array class.Julien Fontanet3-53/+93
2009-07-08Some fixes and clean ups.Julien Fontanet8-159/+91
2009-07-08Various improvements.Julien Fontanet4-29/+51
2009-07-08A new "debug (message)" macro and improvements in the object system.Julien Fontanet9-153/+218
2009-07-08Lots of improvements.Julien Fontanet10-0/+956
2009-02-03Minor comment updates.Julien Fontanet2-4/+4
2009-02-03Bump version to 0.10Julien Fontanet2-1/+5
2009-01-30Internal command "test" was removed, it existed only for testing purpose.Julien Fontanet2-16/+0
2009-01-30"main.c" cleaned: a lot of functions was moved to "tools.{h,c}" and "shell.{h...Julien Fontanet7-59/+203
2009-01-30Comment improvements, basic corrections in "cmd.c".Julien Fontanet3-3/+15
2009-01-30"execute" now can return the return value of the child process if runned in f...Julien Fontanet2-6/+13
2009-01-27"exec_cmd" rewriten.Julien Fontanet1-11/+2
2009-01-27The status of the command runned by "exec_cmd" is now separated from the exec...Julien Fontanet3-5/+21