Rob Browning
c300b052a5
* .cvsignore: add version.h
2001-09-20 16:39:15 +00:00
Rob Browning
06b6af64a6
*** empty log message ***
2001-09-20 16:37:52 +00:00
Rob Browning
f521126fef
* version.c
...
(scm_major_version): support integer *_VERSION macros.
(scm_minor_version): support integer *_VERSION macros.
(scm_micro_version): support integer *_VERSION macros.
(scm_version): support integer *_VERSION macros.
2001-09-20 16:37:19 +00:00
Rob Browning
9956131678
* version.h: renamed to version.h.in.
2001-09-20 16:36:57 +00:00
Rob Browning
a1bc1b60e0
* version.h.in: renamed from version.h.
...
(SCM_GUILE_MAJOR_VERSION): new public macro.
(SCM_GUILE_MINOR_VERSION): new public macro.
(SCM_GUILE_MICRO_VERSION): new public macro.
2001-09-20 16:36:42 +00:00
Rob Browning
93798dcd73
* versiondat.h.in: removed (obsolete).
2001-09-20 16:35:21 +00:00
Mikael Djurfeldt
c0b76df451
* error.c, error.h: Made error keys globally accessible.
...
Applications might want to test for these or use them in a direct
call to scm_error.
2001-09-20 08:11:26 +00:00
Mikael Djurfeldt
e45b0d385c
* num2integral.i.c (NUM2INTEGRAL): Report an error when these
...
routines are passed an inexact. This change in behavior is
motivated by concordance with R5RS: It is more common that a
primitive doesn't want to accept an inexact for an exact.
2001-09-20 08:02:40 +00:00
Thien-Thi Nguyen
5a7f98d1ef
*** empty log message ***
2001-09-19 13:38:10 +00:00
Thien-Thi Nguyen
9e536d7256
Fix number typo in "Jump Start" section.
2001-09-19 13:37:29 +00:00
Thien-Thi Nguyen
82a8f222a5
*** empty log message ***
2001-09-19 13:22:14 +00:00
Thien-Thi Nguyen
92f87dec57
Fix improper `@result' usage.
2001-09-19 13:21:24 +00:00
Thien-Thi Nguyen
05f774ae6b
*** empty log message ***
2001-09-19 13:06:10 +00:00
Thien-Thi Nguyen
b8ddfa7fd0
Commentary fix; nfc.
2001-09-19 13:05:13 +00:00
Thien-Thi Nguyen
66300f216a
*** empty log message ***
2001-09-19 12:59:31 +00:00
Thien-Thi Nguyen
80f3ba2b9f
(process-use-modules): Fix typo.
2001-09-19 12:58:34 +00:00
Mikael Djurfeldt
e8f9e6aa3d
* Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
...
$(srcdir) in order to support separate build trees.
2001-09-18 19:28:16 +00:00
Dirk Herrmann
211efb313e
* Removed function scm_gc_mark_cell_conservatively.
2001-09-17 20:25:23 +00:00
Thien-Thi Nguyen
4d81365694
Add `arity' enhancement news.
2001-09-09 01:19:08 +00:00
Thien-Thi Nguyen
019450287f
*** empty log message ***
2001-09-09 01:17:49 +00:00
Thien-Thi Nguyen
4d23670ec4
(arity): Use new `arglist' procedure property to
...
present a more detailed argument list.
2001-09-09 01:16:42 +00:00
Thien-Thi Nguyen
8d41ec9d0f
(lambda*): Record the broken-down argument list in
...
the `arglist' procedure property.
2001-09-09 01:15:53 +00:00
Thien-Thi Nguyen
dac572954a
*** empty log message ***
2001-09-08 19:34:52 +00:00
Thien-Thi Nguyen
81fe97ae29
Use `re-export-syntax'.
2001-09-08 19:34:02 +00:00
Thien-Thi Nguyen
2f2b150b42
*** empty log message ***
2001-09-08 02:38:39 +00:00
Thien-Thi Nguyen
0a16714643
("apples-blimps-catalexis example", "multiple occurances"):
...
New top-level sections.
2001-09-08 02:38:02 +00:00
Thien-Thi Nguyen
6f7db39f52
(process-options, getopt-long): Fix omission
...
bug: Handle multiple occurrances of an option.
2001-09-08 02:35:53 +00:00
Rob Browning
096b966ee1
*** empty log message ***
2001-09-05 16:12:59 +00:00
Rob Browning
105f6ec6fd
* Guile beta 1.5.2 released.
...
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
2001-09-05 16:11:44 +00:00
Rob Browning
31d6d8450a
*** empty log message ***
2001-09-05 15:54:15 +00:00
Rob Browning
552765ad8f
* Release 1.5.2.
...
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
2001-09-05 15:48:31 +00:00
Rob Browning
71d2cd27b8
*** empty log message ***
2001-09-05 15:48:22 +00:00
Rob Browning
0cfddc65d8
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
2001-09-05 15:48:14 +00:00
Michael Livshin
5de4485a4d
* numbers.c (scm_sys_check_number_conversions): new function,
...
defined if Guile is compiled in debugging mode. currently checks
`scm_num2ulong', should check much much more.
* num2integral.i.c (NUM2INTEGRAL): when converting a bignum to
unsigned, ensure that it's positive. thanks to Martin Baulig!
2001-09-01 17:17:07 +00:00
Thien-Thi Nguyen
cc22373c6d
*** empty log message ***
2001-09-01 04:17:28 +00:00
Thien-Thi Nguyen
edf1bca8ea
(1.8.0): Add "move .gdbinit" entry.
2001-09-01 04:15:54 +00:00
Thien-Thi Nguyen
23434f43f2
(Sample GDB Initialization File): New section.
2001-09-01 04:14:50 +00:00
Thien-Thi Nguyen
d062bad113
*** empty log message ***
2001-08-30 23:32:10 +00:00
Thien-Thi Nguyen
f9da74b0f6
(resolve-interface): When returning a custom
...
interface, also consult source module's entire binding set,
not just its exported bindings, before throwing error.
2001-08-30 23:30:12 +00:00
Neil Jerram
df1cc476e4
* Added Eric Hanchrow to THANKS.
2001-08-30 20:23:20 +00:00
Neil Jerram
8349f15cef
* Group all index nodes together.
2001-08-30 20:21:43 +00:00
Thien-Thi Nguyen
3de3fec11e
*** empty log message ***
2001-08-30 18:28:45 +00:00
Thien-Thi Nguyen
e8d7c28a23
Mention libtool ./configure-regeneration requirement.
2001-08-30 18:27:11 +00:00
Neil Jerram
433f3491f1
* Merge missing ChangeLog entry from development CVS branch.
2001-08-27 21:32:39 +00:00
Neil Jerram
07f9576b8c
* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
...
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
* Add .cvsignore files.
2001-08-27 21:02:46 +00:00
Marius Vollmer
d877cf50d6
*** empty log message ***
2001-08-26 21:49:49 +00:00
Marius Vollmer
206a1bd8d7
Replaced "scm_t_portable" with "scm_port_table" which was an artifact
...
from the great "scm_*_t -> scm_t_" renaming.
2001-08-26 21:49:32 +00:00
Marius Vollmer
591897a9b8
Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it
...
itself.
2001-08-26 21:48:57 +00:00
Thien-Thi Nguyen
b51d7c353c
Add news on :select' and
:renamer' facilities.
2001-08-25 19:55:56 +00:00
Thien-Thi Nguyen
06833fa252
*** empty log message ***
2001-08-25 19:12:40 +00:00