Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(hg_device_draw): new.
|
|
|
|
|
|
(hg_vm_lookup_with_string): likewise.
(hg_vm_set_error): likewise.
* hieroglyph/hgplugins.c (_hg_plugin_load): use logger facility.
* hieroglyph/hgmem.c (_hg_mem_init_stack_start): use logger facility.
(hg_mem_pool_new): likewise.
(hg_mem_gc_mark_array_region): likewise.
* hieroglyph/hgallocator-bfit.c (_hg_allocator_bfit_real_garbage_collection):
use logger facility.
(_hg_allocator_bfit_real_gc_mark): likewise.
* src/hgs.c (main): set flags from HIEROGLYPH_DEBUG environment
variable.
* devices/cairo/hgdevice-cairo.c (_hg_cairo_device_print_path):
use logger facility.
(_hg_cairo_device_real_eofill): likewise.
(_hg_cairo_device_real_fill): likewise.
(_hg_cairo_device_real_stroke): likewise.
(_hg_cairo_device_set_matrix): likewise.
|
|
|
|
* hieroglyph/Makefile.am (libhieroglyph_la_SOURCES): added hglog.c.
* hieroglyph/hglog.[ch]: new files for logger.
|
|
* devices/cairo/cairo-xlib-main.c (device_close): fixed a memory leak.
|
|
|
|
* hieroglyph/hgfile.c (hg_file_object_new): use strncpy instead of
strcpy.
* libretto/operator.c (_libretto_operator_op_private_hg_abort):
dump a vm status as well.
(libretto_operator_new): use strncpy instead of strpy.
* devices/cairo/cairo-ps-main.c (device_open): use g_file_open_tmp
instead.
|
|
* hieroglyph/hgvaluenode.h (HG_VALUE_GET_REAL_FROM_INTEGER):
add a macro.
|
|
|