bpt/guile.git
2009-09-08 Ludovic CourtèsUpdate `README'.
2009-09-08 Ludovic CourtèsFix misleading comments in `gc-benchmarks/run-benchmark...
2009-09-08 Ludovic CourtèsImprove `gc-benchmarks/run-benchmark.scm'.
2009-09-02 Ludovic CourtèsFix invalid syntax in `dynamic-input-large.sch' (gc...
2009-09-02 Ludovic CourtèsAdd test case for `scm_take_u8vector ()'.
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èsFix `benchmark-guile'.
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èsAdd `BDW_GC_CFLAGS' to the `.pc' files.
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 GranDon't presume existence or success of setlocale in...
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 Neil JerramFix GDS utility client startup
2009-08-27 Ludovic CourtèsAdd missing `FUNC_NAME' definition.
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Neil JerramFix doc of let*-values
2009-08-27 Neil JerramMake GDS resilient to autocompilation comments
2009-08-27 Neil JerramIncorporate ice-9-debugger-extensions properly
2009-08-27 Neil JerramRemove superfluous ice-9-debugger-extensions code for...
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 Andy WingoRevert "eval is actually compile"
2009-08-26 Ken RaeburnDon't leave and reenter guile mode if mutex is available
2009-08-26 Ken RaeburnPick up in tree headers rather than installed ones
2009-08-26 Andy Wingofix uninitialized variable in scm_read_character
2009-08-26 Andy Wingoactually install guile-tools
2009-08-26 Andy Wingofix guile-readline linker bug
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 JerramUpdate NEWS
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 JerramMinor improvements to doc on source properties
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 Ludovic CourtèsAggregate `guile-readline' makefiles.
2009-08-20 Ludovic CourtèsDon't use a sub-`configure' for `guile-readline'.
2009-08-20 Andy Wingoeval is actually compile
2009-08-20 Andy Wingoprograms have their own tc7 now
2009-08-20 Andy Wingoeval-elisp uses primitive-eval
2009-08-20 Andy Wingodefine @bind using syntax-case
2009-08-20 Andy Wingouse primitive-eval in run-vm-tests.scm
2009-08-20 Andy Wingobetter VM error messages
2009-08-20 Andy Wingoupdate docs for calling convention change
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 Wingodisable autocompilation in the test suite
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 GranSome srfi-13 test with wide strings
2009-08-20 Michael GranUpdates to benchmarks for srfi-13
2009-08-20 Michael GranAvoid possible mutex hang on error message output
2009-08-20 Michael GranAdd VM exception in strings.test
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-19 Michael GranBenchmarks for common character and string procedures
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 Wingoremove (ice-9 lineio)'s dependency on (ice-9 readline)
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
next