Neil Jerram
0329137392
(noinst_HEADERS): Add private-options.h, so that it
...
is included in the distribution.
2007-02-19 07:50:08 +00:00
Neil Jerram
a2ec35031b
(AM_INTL_SUBDIR): Remove unnecessary dnl.
2007-02-18 23:12:39 +00:00
Neil Jerram
819cd90151
* configure.in: Remove AM_GNU_GETTEXT_VERSION again.
...
* Makefile.am (EXTRA_DIST): Add config.rpath.
* config.rpath (Module): New (from gettext package).
2007-02-18 23:04:35 +00:00
Neil Jerram
169ccff576
(connect-to-gds): Break generation of client name
...
into ...
(client-name): New procedure.
(client-name): Put something from (program-arguments) in the
client name that GDS displays in Emacs.
(connect-to-gds, client-name): Add application-name arg to allow
caller to specify client name.
2007-02-18 23:03:35 +00:00
Ludovic Courtès
e6ee0d484f
Changes from arch/CVS synchronization
2007-02-09 16:25:50 +00:00
Neil Jerram
ed1dec3ce3
* gds-scheme.el (gds-display-results): Use save-selected-window
...
instead of switching to other-window in order to return to the
proper window in frames with more than two windows.
2007-02-06 23:31:03 +00:00
Ludovic Courtès
2656b1b208
Changes from arch/CVS synchronization
2007-02-04 21:16:31 +00:00
Ludovic Courtès
a2f00b9b36
Changes from arch/CVS synchronization
2007-01-31 20:58:20 +00:00
Neil Jerram
0bdb025f7b
* configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will
...
run autopoint.
* acinclude.m4 (AM_INTL_SUBDIR): Provide dummy definition, to work
around current autoconf/automake/gettext bug.
2007-01-28 15:58:07 +00:00
Neil Jerram
3d4797caa5
New upstream version of INSTALL.
2007-01-28 09:36:51 +00:00
Neil Jerram
a872aa83e5
New upstream version.
2007-01-28 09:35:18 +00:00
Han-Wen Nienhuys
2a8d66b090
*** empty log message ***
2007-01-25 01:16:24 +00:00
Han-Wen Nienhuys
8cb7939c78
(s_scm_vector_move_right_x): complain about naming.
2007-01-22 16:00:23 +00:00
Han-Wen Nienhuys
d00a0704a9
regularize comments.
2007-01-22 15:57:22 +00:00
Han-Wen Nienhuys
3d178652b8
* eval.c: remove superfluous ifndef DEVAL.
...
* eval.c: distangle. move duplicate code to eval.i.c and include
twice.
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c,
read.h, stacks.c, symbols.c, throw.c: use private-options.h
2007-01-22 15:29:56 +00:00
Han-Wen Nienhuys
243ebb6113
* private-options.h: idem.
...
* eval.i.c: copyright nitpicking.
* eval.c: distangle. move duplicate code to eval.i.c and include
twice.
* eval.i.c: new file.
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c,
read.h, stacks.c, symbols.c, throw.c: use private-options.h
* private-options.h: new file: contain hardcoded option
definitions.
2007-01-22 15:20:35 +00:00
Han-Wen Nienhuys
0ee05b85ee
* eval.c: distangle. move duplicate code to eval.i.c and include
...
twice.
* eval.i.c: new file.
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c,
read.h, stacks.c, symbols.c, throw.c: use private-options.h
2007-01-22 15:16:44 +00:00
Han-Wen Nienhuys
22fc179acd
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
...
eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c,
read.h, stacks.c, symbols.c, throw.c: use private-options.h
* private-options.h: new file: contain hardcoded option
definitions.
2007-01-22 15:14:40 +00:00
Han-Wen Nienhuys
cb90e2cbe7
add FSF header.
2007-01-22 15:11:30 +00:00
Han-Wen Nienhuys
924e80084f
new file. Make using git easier.
2007-01-22 15:10:40 +00:00
Han-Wen Nienhuys
8a9faebcbf
idem.
2007-01-19 20:05:30 +00:00
Han-Wen Nienhuys
19ab431ea1
* api-options.texi (Evaluator trap options): document
...
memoize-symbol-handler
* api-evaluation.texi (Evaluator Behaviour): link to the Evaluator
trap options node in trap-enable/trap-set! doco.
2007-01-19 20:05:18 +00:00
Han-Wen Nienhuys
72f19c2646
* debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if
...
memoize-symbol is set.
* eval.h (SCM_MEMOIZE_HDLR): add macros for memoize symbol trap.
* eval.c (CEVAL): add memoize_symbol trap.
* read.c: idem.
* eval.c: terminate option lists with 0.
2007-01-19 20:05:05 +00:00
Han-Wen Nienhuys
03347a975b
* options.c (scm_options_try): new function. This allows error
...
reporting before changing options in a critical section.
* options.c: remove n (for length) from scm_option_X
functions. Detect option list length by looking for NULL name.
2007-01-19 19:35:36 +00:00
Han-Wen Nienhuys
b0763985c4
* srcprop.c: use double cell for storing source-properties. Put
...
filename in the plist, and share between srcprops if possible.
Remove specialized storage.
* srcprop.h: remove macros without SCM_ prefix from
interface. Remove specialized storage/type definitions.
* eval.c: terminate option lists with 0.
2007-01-19 19:33:10 +00:00
Han-Wen Nienhuys
0710943619
terminate option list with NULL.
...
(scm_init_readline): fix CVS mess-up.
2007-01-19 19:28:55 +00:00
Han-Wen Nienhuys
6256065013
* readline.c: terminate option list with NULL.
...
* read.c: idem.
* print.c: idem.
* eval.c: terminate option lists with 0.
* options.c: remove n (for length) from scm_option_X
functions. Detect option list length by looking for NULL name.
2007-01-19 19:26:36 +00:00
Ludovic Courtès
42ddb3cb8b
Changes from arch/CVS synchronization
2007-01-19 08:53:33 +00:00
Kevin Ryde
e5467c4d74
*** empty log message ***
2007-01-18 23:10:46 +00:00
Kevin Ryde
970aac161b
(exception:string-contains-nul): New exception pattern.
2007-01-18 23:10:13 +00:00
Han-Wen Nienhuys
937038e823
(scm_ithrow): more refined error message: print symbols
...
too.
2007-01-18 12:34:24 +00:00
Neil Jerram
6d6a3fe260
(gds-display-results): Add another binding for
...
gds-show-last-stack (RET).
(scheme-mode-map): And another: C-h S.
(scheme-mode-map): And an alternative C-h G binding for
gds-apropos, as we probably should not be using C-h C-g.
2007-01-17 13:38:17 +00:00
Kevin Ryde
8e1973d9ab
merge from 1.8
2007-01-15 23:49:04 +00:00
Kevin Ryde
de6eff7190
copyright year
2007-01-15 23:42:46 +00:00
Kevin Ryde
23d7256628
merge from 1.8
2007-01-15 23:42:45 +00:00
Kevin Ryde
cea95a2fa1
*** empty log message ***
2007-01-15 23:31:08 +00:00
Kevin Ryde
9a18d8d431
merge from 1.8
2007-01-15 23:22:36 +00:00
Kevin Ryde
2039f7be7d
avoid tab/space difference from 1.8
2007-01-15 23:07:49 +00:00
Kevin Ryde
45c0ff1068
merge from 1.8
2007-01-15 23:06:45 +00:00
Kevin Ryde
01ec9e9459
*** empty log message ***
2007-01-15 22:56:45 +00:00
Kevin Ryde
329e03949c
merge from 1.8
2007-01-15 22:54:26 +00:00
Han-Wen Nienhuys
a2c40dc7c0
(scm_ithrow): print out key symbol and string arguments
...
when error happens inside a critical section, and document why.
2007-01-10 11:42:04 +00:00
Han-Wen Nienhuys
391f57e6ad
(s_scm_read_hash_extend): document #f argument to
...
read-hash-extend.
2007-01-06 18:20:35 +00:00
Han-Wen Nienhuys
93632e3cfd
(s_scm_gc_stats): return an entry for total-cells-allocated
...
too.
(gc_update_stats): update scm_gc_cells_allocated_acc too.
2007-01-03 17:26:32 +00:00
Han-Wen Nienhuys
73cc2740d4
(Module): only try to run render-bugs if it exists.
2007-01-03 17:23:15 +00:00
Han-Wen Nienhuys
c6a576f766
("equal?"): add case for reduction of
...
rational numbers.
2006-12-24 01:05:56 +00:00
Han-Wen Nienhuys
e2bf3b19f6
* numbers.c (scm_i_fraction_reduce): move logic into
...
scm_i_make_ratio(), so fractions are only read.
scm_i_fraction_reduce() modifies a fraction when reading it. A
race condition might lead to fractions being corrupted by reading
them concurrently.
* numbers.h: remove SCM_FRACTION_SET_NUMERATOR,
SCM_FRACTION_SET_DENOMINATOR, SCM_FRACTION_REDUCED_BIT,
SCM_FRACTION_REDUCED_SET, SCM_FRACTION_REDUCED_CLEAR,
SCM_FRACTION_REDUCED.
2006-12-23 20:35:32 +00:00
Ludovic Courtès
f30e1bdf97
Changes from arch/CVS synchronization
2006-12-12 14:01:40 +00:00
Ludovic Courtès
22be72d35f
Changes from arch/CVS synchronization
2006-11-29 09:05:10 +00:00
Ludovic Courtès
5b3a39c7ff
Added missing files for `(ice-9 i18n)'.
2006-11-18 18:18:23 +00:00