Marius Vollmer
3ee04c0e64
*** empty log message ***
2002-08-26 21:45:26 +00:00
Marius Vollmer
fcca28d796
(scm_compile_shell_switches): Added "2002" to Copyright years. Thanks
...
to Martin Grabmüller!
2002-08-26 21:45:03 +00:00
Marius Vollmer
898dc64201
*** empty log message ***
2002-08-24 00:49:31 +00:00
Marius Vollmer
17f52bde69
Do not expect the input file to be the first argument after the
...
optional "-o" option, just pass everything to the pre-processor
without extracting the input file name.
2002-08-24 00:49:14 +00:00
Rob Browning
30dbbc4d29
*** empty log message ***
2002-08-20 04:02:48 +00:00
Rob Browning
03e24dbcd7
* Makefile.am (modinclude_HEADERS): add scmconfig.h.
...
(scmconfig.h): new target -- generate file from ../config.h.
(MOSTLYCLEANFILES): add scmconfig.h.
2002-08-05 16:26:31 +00:00
Rob Browning
469eff2a7d
*** empty log message ***
2002-07-09 04:45:06 +00:00
Rob Browning
9be20cee6f
* gc_os_dep.c: HURD fixes.
2002-07-08 23:38:35 +00:00
Marius Vollmer
83360f36e5
*** empty log message ***
2002-06-17 23:22:45 +00:00
Marius Vollmer
0f36d956c2
(scm_simple_format): Print missing part of format before ~% control.
...
Thanks to Daniel Skarda!
2002-06-17 23:22:33 +00:00
Marius Vollmer
a3a97bcdcc
*** empty log message ***
2002-06-01 16:07:44 +00:00
Marius Vollmer
0276556fe7
Added exception notice to license statement.
2002-06-01 16:07:25 +00:00
Rob Browning
137e8575ca
*** empty log message ***
2002-05-16 16:51:19 +00:00
Rob Browning
280804ba43
* numbers.c (s_scm_integer_expt): (expt 0 0) -> 1 now as per r5rs.
2002-05-16 16:48:12 +00:00
Thien-Thi Nguyen
1bec78f799
*** empty log message ***
2002-05-14 09:28:49 +00:00
Thien-Thi Nguyen
4df74f4cd6
For I386/OPENBSD, allow for __i386__' in addition to
i386'.
2002-05-14 09:27:55 +00:00
Thien-Thi Nguyen
af1122404f
*** empty log message ***
2002-04-23 22:34:03 +00:00
Thien-Thi Nguyen
0e15d345c5
(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-04-23 22:33:29 +00:00
Thien-Thi Nguyen
fb7d3f4f7b
(scm_slot_exists_p): Rename from scm_slots_exists_p.
...
(s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
2002-04-23 22:31:53 +00:00
Rob Browning
cec1f414cc
*** empty log message ***
2002-04-09 17:27:46 +00:00
Rob Browning
5d67ef1098
* Makefile.am (guile.texi): EXEEXT fix.
...
($(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)): EXEEXT fix.
(BUILT_SOURCES): add guile-procedures.texi.
* Makefile.am ($(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)): use
$(EXEEXT) for guile_filter_doc_snarfage on cygwin.
(guile.texi): add $(EXEEXT) for guile on cygwin.
2002-04-09 17:24:41 +00:00
Marius Vollmer
db91fbdf52
*** empty log message ***
2002-04-08 17:09:26 +00:00
Marius Vollmer
ef6b53ce6e
Do not clean input file. This would write to the $(srcdir) during a
...
VPATH build, which is not allowed. It also isn't needed since it only
works when an output filename has been specified and in that case we
don't need to clean the input file because the output file will
already exist.
2002-04-08 17:05:56 +00:00
Marius Vollmer
2b23ce60cb
*** empty log message ***
2002-04-08 00:44:34 +00:00
Marius Vollmer
5182135c19
(EXTRA_DIST): Added cpp_err_symbols.c and cpp_sig_symbols.c.
2002-04-08 00:43:26 +00:00
Marius Vollmer
035412df15
*** empty log message ***
2002-04-07 22:23:59 +00:00
Marius Vollmer
38476238d3
guile-snarf.in: Install the trap for removing $cleanfile only when the
...
value of $cleanfile is actually known.
2002-04-07 22:23:48 +00:00
Rob Browning
e210cb8b1b
* .cvsignore: add *.c.clean.c. and re-sort.
2002-04-02 01:40:40 +00:00
Neil Jerram
4f694e31cc
Manual changes for deprecated items; merges from unstable branch.
2002-03-29 20:11:13 +00:00
Marius Vollmer
60875e5f12
*** empty log message ***
2002-03-20 21:22:01 +00:00
Marius Vollmer
c4e8c78f23
Comment fixes.
2002-03-20 21:21:51 +00:00
Marius Vollmer
aa377eff24
*** empty log message ***
2002-03-20 20:57:19 +00:00
Marius Vollmer
fa378b0d11
(.c.x): Pass "-o $@" to guile-snarf.
2002-03-20 20:55:57 +00:00
Marius Vollmer
34e011befd
Do not warn about deprecated things, this will likely be done directly
...
from snarf.h. when the output filename is "-", write to stdout. When
no "-o" option is given, use "-" as the output filename (i.e.,
stdout). Only 'clean' the inputfile or remove the output file on
error when the output file name is not "-".
2002-03-20 20:54:35 +00:00
Neil Jerram
b9dfb68494
Correct all instances of scm_t_c_hookype_t to scm_t_c_hook_type.
2002-03-16 14:07:27 +00:00
Neil Jerram
d6b977a640
Docstring and manual updates.
2002-03-16 13:35:23 +00:00
Thien-Thi Nguyen
9c3f56dc31
*** empty log message ***
2002-03-15 14:36:11 +00:00
Thien-Thi Nguyen
ebc8b08d1e
Remove "--compat=1.4" support.
...
Add "-d" and "-D" support.
(deprecated_list): New var.
(compat_mode_clean_xxx): Delete.
(grep_deprecated): New func.
("main"): If "-d" or "-D", call `grep_deprecated'.
2002-03-15 14:32:02 +00:00
Neil Jerram
2af6ac9aec
Small docstring fixes.
2002-03-15 10:33:37 +00:00
Neil Jerram
89a01d40f5
Change @var to @code in docstring.
2002-03-15 09:42:46 +00:00
Neil Jerram
5a5464e533
* Docstring fixes and corresponding manual updates.
2002-03-15 09:23:19 +00:00
Thien-Thi Nguyen
8cdec0abaf
*** empty log message ***
2002-03-14 05:34:52 +00:00
Thien-Thi Nguyen
79401766de
Retire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-14 05:26:16 +00:00
Thien-Thi Nguyen
f547334d00
(libpath.h): Use @top_srcdir_absoulte@.
...
(snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
(.c.doc): Use $(snarfcppopts).
2002-03-14 05:19:15 +00:00
Thien-Thi Nguyen
d7ad61dd6b
Update copyright.
...
Rewrite to internalize error handling.
Add "--compat=1.4" handling.
Add commentary.
2002-03-14 05:18:26 +00:00
Neil Jerram
19ff640516
* deprecation.c (issued_msgs), iselect.c (collisionp, gnfds,
...
greadfds, gwritefds, gexceptfds, rreadfds, rwritefds, rexceptfds):
Made static.
* gc.c (terminating), fports.c (terminating): Renamed
scm_i_terminating.
2002-03-12 20:58:23 +00:00
Marius Vollmer
2678c38a17
*** empty log message ***
2002-03-11 19:26:38 +00:00
Marius Vollmer
5c90824dd9
(scm_divide): Adapt code from libstdc++/f2c to void potential overflow
...
problems. Thanks to John W Eaton!
2002-03-11 19:26:15 +00:00
Marius Vollmer
1b74237d4f
*** empty log message ***
2002-03-11 17:56:45 +00:00
Marius Vollmer
369a39da62
(string_capitalize_x): Treat characters as unsigned so that 8-bit
...
chars work. Thanks to David Pirotte!
2002-03-11 17:56:21 +00:00