summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'stable-2.0'...Conflicts: GUILE-VERSION NEWS guile-readline/ice-9/readline.scm libguile/async.c libguile/backtrace.c libguile/deprecated.h libguile/gc-malloc.c libguile/gdbint.c libguile/init.c libguile/ioext.c libguile/mallocs.c libguile/print.c libguile/rw.c libguile/scmsigs.c libguile/script.c libguile/simpos.c libguile/snarf.h libguile/strports.c libguile/threads.c libguile/vm-i-scheme.c libguile/vm-i-system.c module/srfi/srfi-18.scm test-suite/Makefile.am test-suite/standalone/test-num2integral.c Mark H Weaver2014-04-251-0/+366
|\
| * Update NEWS.Ludovic Courtès2014-03-201-0/+8
| * Fix typo in NEWS.Ludovic Courtès2014-03-171-1/+1
| * Update NEWS....* NEWS: Remove last 'XXX'. Ludovic Courtès2014-03-171-4/+1
| * Update NEWS...* NEWS: Update. Andy Wingo2014-03-171-1/+2
| * Update NEWS....* NEWS: Move "New interfaces" higher. Complement. Ludovic Courtès2014-03-171-77/+73
| * Minor NEWS tweaks....* NEWS: Fix typo and improve wording in custom ellipsis entry. Mark H Weaver2014-03-171-3/+3
| * Add first draft of NEWS for 2.0.10....* NEWS: Add first draft of changes in 2.0.10. Mark H Weaver2014-03-171-1/+365
* | Doc and NEWS updates...* NEWS: Update section on dynamic stacks. Add link for intptr interfaces. * doc/ref/api-data.texi (Integers): Add intptr interfaces. Andy Wingo2014-03-161-6/+7
* | Add NEWS for Guile 2.2...* NEWS: Update for 2.1.1. Andy Wingo2014-01-261-1/+374
|/
* Mention `open-file' in NEWS.Ludovic Courtès2013-04-101-3/+3
* Bump version number for 2.0.9....* GUILE-VERSION (GUILE_MICRO_VERSION): Increment. Ludovic Courtès2013-04-101-1/+4
* update NEWS...* NEWS: Updates. Andy Wingo2013-04-091-22/+14
* Update 'NEWS'.Mark H Weaver2013-04-081-9/+3
* Update 'NEWS'.Mark H Weaver2013-04-081-0/+7
* Update 'NEWS'.Mark H Weaver2013-04-071-76/+159
* NEWS tweaks...* NEWS: Correct some errors. Andy Wingo2013-04-061-3/+3
* Update `NEWS'.Ludovic Courtès2013-04-061-9/+3
* Update `NEWS'.Ludovic Courtès2013-04-051-2/+16
* build: Require GMP >= 4.2....* NEWS, README: Update. Ludovic Courtès2013-03-281-0/+5
* Add Gnulib commit ID in `NEWS'.Ludovic Courtès2013-03-281-3/+3
* Update `NEWS'.Ludovic Courtès2013-03-271-2/+12
* more NEWS...* NEWS: Update. Andy Wingo2013-03-151-94/+103
* incremental NEWS work...* NEWS: Checkpoint. Andy Wingo2013-03-151-69/+100
* very beginnings of NEWS...* NEWS: A very very very rough start at 2.0.8 news Andy Wingo2013-03-131-1/+266
* NEWS: Add "R6RS SRFI support" text....* NEWS: Add proper text for "R6RS SRFI support", by Ian Price and Mark Weaver. Ludovic Courtès2012-11-301-3/+5
* NEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsis handling....* NEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsis handling. Mark H Weaver2012-11-291-0/+9
* NEWS: Mention par-for-each, alongside par-map, being fixed to use all cores...* NEWS: Mention par-for-each, alongside par-map, being fixed to use all cores. Mark H Weaver2012-11-291-1/+2
* Minor fixes in NEWS...* NEWS: Minor fixes to the descriptions. Mark H Weaver2012-11-291-7/+7
* Update `NEWS'....* NEWS: Add news for 2.0.7. Ludovic Courtès2012-11-291-0/+176
* Fix typos in `NEWS'....* NEWS: Fix typos. Ludovic Courtès2012-07-071-4/+4
* add http/1.1 transfer codings to the NEWS...* doc/ref/web.texi (Transfer Codings): Add a note about modules. * NEWS: Add NEWS for transfer codings. Andy Wingo2012-07-061-1/+7
* add scm_c_nvalues to news...* NEWS: Add scm_c_nvalues. Andy Wingo2012-07-041-1/+1
* update NEWS...* NEWS: Update. Andy Wingo2012-07-021-0/+169
* Update `NEWS'.Ludovic Courtès2012-01-301-0/+7
* Amend `NEWS'....* NEWS: Mention `-Wformat' change. Remove intermediate/minor bug fixes. Ludovic Courtès2012-01-301-6/+6
* Rename scm_call_varargs -> scm_call...* libguile/eval.c, libguile/eval.h, doc/ref/api-evaluation.texi, test-suite/standalone/test-loose-ends.c, NEWS: Rename scm_call_varargs -> scm_call Suggested by Ludovic Courtès <ludo@gnu.org> Mark H Weaver2012-01-301-1/+1
* Implement scm_call_varargs and scm_call_{7,8,9}...* libguile/eval.c (scm_call_7, scm_call_8, scm_call_9, scm_call_varargs): New functions. * libguile/eval.h: Add prototypes. * doc/ref/api-evaluation.texi: Add documentation. * test-suite/standalone/test-loose-ends.c: Add tests. * NEWS: Add news entry. Mark H Weaver2012-01-301-0/+1
* Fix primitive-eval to return #<unspecified> for definitions...* module/ice-9/eval.scm (primitive-eval): Return #<unspecified> for definitions. Previously the variable object was returned. * test-suite/tests/eval.test (evaluator): Add test. * NEWS: Add news entry. Mark H Weaver2012-01-301-0/+1
* mention new manual sections in NEWS...* NEWS: Mention new sections. Andy Wingo2012-01-281-0/+6
* Fix error messages involving definition forms...* module/ice-9/psyntax.scm (syntax-type): Return an additional value that contains the entire form in _all_ cases, including for definition forms. Previously, the entire form was not returned for definition forms. (expand-expr): Add an additional argument that contains the entire form in _all_ cases, including for definition forms. Use it to include the entire form in error messages, notably for definitions in expression context. Include the source location information, which was previously missing from these errors when the rhs expression was an atom. Improve the "definition in expression context" error message to be more comprehensible for Scheme beginners. (expand-top-sequence, expand, expand-body): Adjust as needed to handle the additional return value from 'syntax-type' and the additional argument to 'expand-expr'. * module/ice-9/psyntax-pp.scm: Regenerate. * NEWS: Update. Mark H Weaver2012-01-271-0/+1
* update NEWS...* NEWS: Update. Andy Wingo2012-01-261-28/+77
* update NEWS...* NEWS: Minor edits. Remove a THANKS; we need to assemble a larger THANKS for this release. Andy Wingo2012-01-121-15/+8
* update NEWS...* NEWS: Update. Andy Wingo2012-01-121-343/+56
* fluids.c docstring...* libguile/fluids.c (scm_make_fluid_with_default): Update docstring. Andy Wingo2012-01-121-0/+432
* Placate a number of `syntax-check' verifications.... - "filesystem" -> "file system" - remove doubled words - use EXIT_* macros instead of literal numbers - update `syntax-check' exclusion files Ludovic Courtès2012-01-051-4/+4
* Update `NEWS'.Ludovic Courtès2011-10-221-0/+2
* update NEWS for 2.0.3...* NEWS: Update. Andy Wingo2011-10-121-0/+98
* Update `NEWS'.Ludovic Courtès2011-07-011-1/+6
* Fix several POSIX functions to use the locale encoding...* libguile/strings.c (scm_i_allocate_string_pointers): Encode strings using the current locale. Previously, Latin-1 was used. Indirectly, this affects the encoding of strings in `system*', `execl', `execlp', `execle', `environ', and `dynamic-args-call'. (scm_makfromstrs): In header comment, clarify that the C strings are interpreted according to the current locale encoding. * NEWS: Add NEWS entry. Mark H Weaver2011-06-161-0/+1