Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
[bpt/guile.git] / libguile /
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-09-01 Ludovic CourtèsFix leaky behavior of `scm_take_TAGvector ()'.
2009-09-01 Ludovic CourtèsRemove the distinction between inline/outline storage...
2009-08-31 Ludovic CourtèsFix leaky handling of `scm_take_locale_{symbol,string...
2009-08-30 Ludovic CourtèsRemove the distinction between inline/outline storage...
2009-08-30 Ludovic CourtèsUse a TC7 tag instead of a SMOB for bytevectors.
2009-08-28 Ludovic CourtèsRemove deprecated variables/macros from the GC headers.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-28 Michael Granscm_getc improperly handles Latin-1 characters
2009-08-28 Michael GranFix FUNC_NAME definitions and #endif in srfi-14.[ch]
2009-08-28 Michael GranScript to generate srfi-14 charsets from UnicodeData.txt
2009-08-27 Ludovic CourtèsAdd missing `FUNC_NAME' definition.
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Michael GranDefault srfi-14 character set information
2009-08-27 Michael GranAlways cast input to toupper as int
2009-08-27 Michael GranSegfault when writing non-Latin-1 characters under...
2009-08-27 Michael GranUnicode-capable srfi-14 charsets
2009-08-26 Ken RaeburnDon't leave and reenter guile mode if mutex is available
2009-08-26 Andy Wingofix uninitialized variable in scm_read_character
2009-08-25 Ludovic CourtèsRemove the `scm_tc_free_cell' SMOB type.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-23 Michael GranAvoid unpacking symbols in GOOPS
2009-08-23 Michael GranModify socket and time functions for wide strings
2009-08-23 Michael GranUse string and symbol accessors in struct, throw, and...
2009-08-23 Michael GranAvoid type-punning warning in scm_gentemp
2009-08-21 Neil JerramAvoid clash with system setjmp/longjmp on IA64
2009-08-21 Neil JerramRemove trailing whitespace
2009-08-21 Neil JerramFix set-source-properties so that the special source...
2009-08-21 Neil JerramIn srcprop.c change all occurrences of "plist" to ...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranUse uc_tolower in number conversion
2009-08-21 Michael GranUse string accessors for string->number conversion
2009-08-21 Michael GranAdd initial support for wide symbols
2009-08-21 Michael GranUse symbol accessors in scm_gc_mark_dependencies
2009-08-21 Michael GranUse string accessors in scm_basename and scm_dirname
2009-08-21 Michael GranAvoid type-limits warning in SCM_TO_TYPE_PROTO
2009-08-21 Michael GranType-limits error in GC environment initialization
2009-08-21 Michael GranAvoid accessing symbol internals in call_dsubr_1 and...
2009-08-21 Michael GranUse string and symbol accessors with obarrays and keywo...
2009-08-20 Andy Wingoprograms have their own tc7 now
2009-08-20 Andy Wingobetter VM error messages
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-20 Andy Wingoreorder frame layout
2009-08-20 Andy Wingoremove dead weight from vm-i-system.c
2009-08-20 Andy Wingoautocompiled files before installation go to a cache...
2009-08-20 Michael Grantype limits error in string-tabulate
2009-08-20 Ludovic CourtèsRelax assumptions made in the precise VM stack marking...
2009-08-20 Michael GranUpdate srfi-13 functions for Unicode
2009-08-20 Michael GranAvoid possible mutex hang on error message output
2009-08-20 Michael GranTry to optimize scm_string for speed
2009-08-20 Michael GranRename string-width to string-bytes-per-char
2009-08-20 Michael GranMisleading error message text in scm_i_string_writable_...
2009-08-19 Ludovic CourtèsImplement precise marking of the VM stack.
2009-08-19 Ludovic CourtèsFix bogus computation of `vm->stack_limit'.
2009-08-19 Ludovic CourtèsSimplify the creation of the SMOB GC "kind".
2009-08-19 Ludovic CourtèsInclude "scmconfig.h" in <libguile/boehm-gc.h>.
2009-08-19 Andy Wingoprocedure-documentation works on vm procedures
2009-08-19 Michael GranDisplay wide strings using escapes
2009-08-19 Michael GranAvoid double-casts of stringbuf
2009-08-19 Michael GranAvoid compilation warnings in SCM_MAKE_CHAR
2009-08-18 Ludovic CourtèsRemove unneeded `scm_without_guile ()' call.
2009-08-18 Ludovic CourtèsReinstate missing IA64 helper functions.
2009-08-18 Ludovic CourtèsUse `scm_gc_malloc_pointerless ()' for bytevectors.
2009-08-18 Andy Wingo`load' autocompiles
2009-08-17 Ludovic CourtèsRemove unneeded SMOB mark/free procedures.
2009-08-17 Ludovic CourtèsFix malloc/scm_c_take_bytevector mismatch.
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-13 Ludovic CourtèsUncomment run-time objcode alignment check.
2009-08-13 Ludovic CourtèsRemove deprecated semi-public memoizers.
2009-08-13 Ludovic CourtèsMake the evaluator's memoizers private.
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-12 Michael GranDon't include libunistring headers in Guile public...
2009-08-12 Michael GranRegression, scm_string fails to test for circular lists
2009-08-12 Michael GranSome signed/unsigned comparison and conversions
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-12 Michael GranQuiet signed/unsigned comparison warnings in chars...
2009-08-12 Michael GranAvoid unitialized and unused warnings in scm_string_append
2009-08-12 Michael GranRevert to locale-dependent toupper and tolower
2009-08-12 Michael GranOnly pass ints to tolower and toupper
2009-08-11 Andy Wingomake the fallback path look less like line noise
2009-08-11 Andy Wingoinclude objcode cookie in the fallback path
2009-08-11 Michael GranFix %string-dump and %symbol-dump fields
2009-08-10 Ludovic CourtèsChange `defined?' to accept a module as its second...
2009-08-10 Michael GranMake scm_charprint and scm_i_string_wide_chars SCM_INTE...
2009-08-10 Michael GranImprove %string-dump and %symbol-dump
2009-08-10 Michael GranMore comments for string functions
2009-08-09 Michael GranMissing parentheses in SCM_MAKE_CHAR macro
2009-08-09 Michael GranPort position macros shouldn't require enclosing braces
2009-08-09 Ludovic CourtèsUse a linker version script for libguile.
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-08-06 Andy Wingoloop detection in the house
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-05 Andy Wingoadd1 and sub1 instructions
2009-08-04 Andy Wingoperform gmp/unistring compile checks with AC_LIB_HAVE_L...
2009-08-04 Andy Wingofix buffer overrun reading partial numbers: 1.0f, 1...
2009-08-01 Michael GranDon't doubly define scm_t_wchar
2009-08-01 Michael GranFix coding style compliance for recent 32-bit char...
next