bpt/guile.git
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 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 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 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 Andy Wingoremove (ice-9 lineio)'s dependency on (ice-9 readline)
2009-08-18 Andy Wingo`load' autocompiles
2009-08-17 Ludovic CourtèsThanks, Mike.
2009-08-17 Ludovic CourtèsUpdate `NEWS' for commit d8dd381fa781c236ae777ca1ac55b7...
2009-08-15 Ludovic CourtèsBump version number for 1.9.2.
2009-08-15 Ludovic CourtèsTurn off auto-compilation to stand-alone tests.
2009-08-15 Ludovic CourtèsUpdate the manual and `NEWS' regarding `guile-2.0.pc'.
2009-08-15 Ludovic CourtèsAdd proper `--help' and `--version' for `guile-tools...
2009-08-15 Andy Wingoupdate NEWS for 1.9.2
2009-08-15 Ludovic CourtèsUpdate `.gitignore' for GNU Global.
2009-08-15 Ludovic CourtèsSwitch from `guile-1.8.pc' to `guile-2.0.pc'.
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-13 Ludovic Courtèscompiler.test: Enforce evaluation order.
2009-08-13 Ludovic CourtèsAllow fresh modules to be passed to `compile'.
2009-08-13 Ludovic CourtèsAllow redefinitions in compiled code as in `(define...
2009-08-12 Andy Wingoupdate docs for recent vm/compiler work
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 GranFix disassembly of strings and symbols
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 Wingodebitrot the ecmascript compiler
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 GranMore string and symbol tests
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...
next