bpt/guile.git
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...
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-09 Ludovic CourtèsUse Gnulib's `lib-symbol-versions' module.
2009-08-09 Ludovic CourtèsRemove bogus `configure' test for GNU libunistring.
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-08-07 Andy Wingolambda, the ultimate goto
2009-08-07 Andy Wingoimplement compilation of label-allocated lambda expressions
2009-08-07 Andy Wingoadd label alist to lambda allocations in tree-il->glil...
2009-08-06 Andy Wingoloop detection in the house
2009-08-06 Andy Wingoactually implement "fixing letrec"
2009-08-06 Andy Wingoactually inline call-with-values to tree-il's <let...
2009-08-05 Andy Wingolet-values in terms of syntax-case, add make-tree-il...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-05 Andy Wingoadd a brain-dead inliner
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 Wingorename configure.in to configure.ac
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...
2009-08-01 Michael GranDon't use GNU extensions for SCM_MAKE_CHAR macro
2009-08-01 Michael GranMake charname declarations module-level and GCS
2009-08-01 Michael GranUpdate NEWS for charname changes
2009-07-30 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-30 Ludovic CourtèsAdd `(system base message)', a simple warning framework.
2009-07-30 Ludovic CourtèsAdd `tree-il-fold', a purely functional iterator on...
2009-07-29 Michael GranAdd 32-bit characters
2009-07-28 Michael GranReplace global charnames variables with accessors
2009-07-26 Andy Wingoincrease range of relative jumps by aligning blocks...
2009-07-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-26 Andy Wingofix alignment of subprograms of subprograms
2009-07-26 Andy Wingofix unused SCM_FRAME_SET_DYNAMIC_LINK macro
2009-07-26 Andy Wingofix vmstack gdb macro for new stack frame layout
2009-07-24 Andy Wingocheck that jumps are within the range of a signed 16...
next