summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-10-17 * hieroglyph/operator.c (_hg_operator_op_exec): save the currentAkira TAGOH1-0/+7
2006-10-172006-10-18 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+11
2006-10-162006-10-16 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+5
2006-10-15 * hieroglyph/operator.c (_hg_operator_op_restore): drop the save objectAkira TAGOH1-0/+3
2006-10-15 * hieroglyph/vm.c (hg_vm_startjob): allow an empty initializer toAkira TAGOH1-0/+3
2006-10-15 * src/hgs.c (main): add --sync option.Akira TAGOH1-0/+2
2006-10-15 * hieroglyph/hgfile.c (hg_file_io_synchronous): new function.Akira TAGOH1-0/+4
2006-10-15 * hieroglyph/hgstring.c (hg_string_append_printf): new function.Akira TAGOH1-0/+3
2006-10-152006-10-15 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+5
2006-10-12 * tests/ps/test-exp.ps: new testcase.Akira TAGOH1-0/+6
2006-10-112006-10-12 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+17
2006-10-11* hieroglyph/hgvaluenode.c (hg_value_node_compare): revert the previous change.Akira TAGOH1-3/+0
2006-10-11 * hieroglyph/operator.c (_hg_operator_op_eq): check /invalidaccess forAkira TAGOH1-0/+13
2006-10-11 * tests/ps/test-dict.ps: new testcase.Akira TAGOH1-0/+7
2006-10-102006-10-11 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+12
2006-10-092006-10-10 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+7
2006-10-09 * hieroglyph/operator.c (_hg_operator_op_cvi): fixed not catchingAkira TAGOH1-0/+6
2006-10-09 * hieroglyph/scanner.c (_hg_scanner_get_object): shut up the warning.Akira TAGOH1-0/+29
2006-10-082006-10-09 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+15
2006-10-072006-10-08 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+7
2006-10-05 * tests/ps/test-ps.sh: change the current dir during testing to ensureAkira TAGOH1-0/+10
2006-10-052006-10-05 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+10
2006-09-24 * tests/ps/test-copy.ps: new testcase.Akira TAGOH1-0/+3
2006-09-24 * hieroglyph/operator.c (_hg_operator_op_concatmatrix):Akira TAGOH1-0/+13
2006-09-24 * hieroglyph/hgplugins.c (_hg_plugin_load): silence the debug output.Akira TAGOH1-0/+2
2006-09-24 * tests/ps/test-and.ps:Akira TAGOH1-0/+8
2006-09-24 * hieroglyph/hgarray.c (hg_array_set_name): don't free array->nameAkira TAGOH1-0/+8
2006-09-23* lib/hg_init.ps (anchorsearch): treat /rangecheck as /stackunderflow when it...Akira TAGOH1-0/+1
2006-09-23 * lib/hg_init.ps (anchorsearch): fixed wrong return value.Akira TAGOH1-0/+2
2006-09-23 * tests/ps/test-aload.ps: new testcase.Akira TAGOH1-0/+4
2006-09-232006-09-24 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+6
2006-09-232006-09-23 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+13
2006-09-19 * tests/ps/test-ps.sh: depends on hgs instead of pse.Akira TAGOH1-0/+4
2006-09-19 * plugins/test/hg_unittest.ps (initunittest): new proc.Akira TAGOH1-0/+4
2006-09-192006-09-20 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+16
2006-09-18 * hieroglyph/vm.c (_hg_vm_set_error): replace *POINTER to *OPERATOR.Akira TAGOH1-0/+23
2006-09-182006-09-18 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+5
2006-09-092006-09-09 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+12
2006-09-06 (main): added --device option.Akira TAGOH1-0/+1
2006-09-062006-09-06 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+5
2006-09-05 * hieroglyph/hgmem.h (hg_mem_is_flags__inline): useAkira TAGOH1-0/+13
2006-09-05 * hieroglyph/hgfile.c (hg_file_object_read): trivial warning message fix.Akira TAGOH1-0/+4
2006-09-05 * hieroglyph/hgarray.c (hg_array_make_subarray): make an empty arrayAkira TAGOH1-0/+9
2006-09-05 * hieroglyph/operator-private.h: moved macros from operator.cAkira TAGOH1-0/+2
2006-09-05 * hieroglyph/vm.c (_hg_vm_eval_file): reflect an error result fromAkira TAGOH1-0/+6
2006-09-04 * plugins/test/test-main.c (plugin_load): load will be failedAkira TAGOH1-0/+4
2006-09-042006-09-05 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+5
2006-09-04 * hieroglyph/hgdict.c: use HgList instead of GList.Akira TAGOH1-0/+5
2006-09-04 * hieroglyph/hgallocator-libc.[ch]: removed.Akira TAGOH1-0/+2
2006-09-04* tests/hgbtree.c: fixed to get it successful.Akira TAGOH1-0/+5