1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
Commit graph

3239 commits

Author SHA1 Message Date
Dirk Herrmann
13dcb66612 * Fix signedness plus some minor improvements. 2001-06-25 11:06:33 +00:00
Michael Livshin
5f5dc92966 *** empty log message *** 2001-06-25 03:46:41 +00:00
Michael Livshin
ee0c0e034c * Makefile.am (MAINTAINERCLEANFILES): be sure to remove
c-tokenize.c when doing maintainer-clean.
2001-06-25 03:37:06 +00:00
Michael Livshin
ac13d9d210 * snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.
* guile-snarf-docs.in, guile-snarf-docs-texi.in: rewrite &
simplify.

* eval.c: all hash signs are in column 0.

* Makefile.am (guile_filter_doc_snarfage): build using
c-tokenize.c, not filter-doc-snarfage.c.
rearrange snarfing dependencies a bit.

* c-tokenize.lex: new file.
2001-06-25 03:30:02 +00:00
Marius Vollmer
16be44e59d *** empty log message *** 2001-06-25 00:58:20 +00:00
Marius Vollmer
6aed915c79 (SIZE_MAX, PTRDIFF_MIN, PTRDIFF_MAX): Only define when
they aren't defined already.
2001-06-25 00:57:59 +00:00
Marius Vollmer
62af908b27 * srcprop.h, srcprop.c (scm_srcprops_to_plist): Renamed from
scm_t_srcpropso_plist.  See the big type renaming.
* coop-defs.h (scm_mutex_trylock, scm_cond_timedwait): Likewise.
2001-06-25 00:56:41 +00:00
Marius Vollmer
7862b07e4b (scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See the
big type renaming.
2001-06-25 00:55:36 +00:00
Dirk Herrmann
5843e5c988 * Various minor improvements, for example signedness fixes. 2001-06-23 15:25:57 +00:00
Martin Grabmüller
6b41a31399 Removed tag.c and tag.h and all references. 2001-06-20 18:18:00 +00:00
Gary Houston
fbbdb12174 * deprecation.c, extensions.c, rw.c: include string.h. 2001-06-20 17:33:43 +00:00
Gary Houston
72c17ed0ee * filter-doc-snarfage.c (process): added ungetc in
MULTILINE_COOKIE case since otherwise it fails when there's no
	space between the '(' and the quote of the following string
	(gcc 3.0).
2001-06-19 22:56:29 +00:00
Marius Vollmer
4927dd283b *** empty log message *** 2001-06-14 20:20:35 +00:00
Marius Vollmer
1385d8aee3 Replace "scm_*_t" with "scm_t_*", except "scm_lisp_t". 2001-06-14 20:14:09 +00:00
Marius Vollmer
b629af45cb *** empty log message *** 2001-06-14 19:52:35 +00:00
Marius Vollmer
92c2555f69 replace "scm_*_t" with "scm_t_*". 2001-06-14 19:50:43 +00:00
Marius Vollmer
0f002b27a3 *** empty log message *** 2001-06-14 18:26:43 +00:00
Marius Vollmer
2635d5efb9 * unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
extension takes place.
* strings.h (SCM_STRING_LENGTH): Likewise.
(SCM_STRING_MAX_LENGTH): Use unsigned numbers.
2001-06-14 18:26:27 +00:00
Marius Vollmer
4ff9f8254e *** empty log message *** 2001-06-14 17:43:39 +00:00
Marius Vollmer
4d87842bb3 (SCM_SRS): Cast shiftee to scm_signed_bits_t.
(SCM_INUM): Cast result to scm_signed_bits_t.
2001-06-14 17:41:21 +00:00
Marius Vollmer
4a19973db3 Include <stdint.h> when we have it.
(scm_bits_t): Changed to be a unsigned type.  Use uintptr_t when
available.  Else use "unsigned long".
(scm_signed_bits_t): New.
2001-06-14 17:39:30 +00:00
Marius Vollmer
38956d845c (ptrdiff_t): Typedef to long when configure didn't find
it.
2001-06-14 17:37:38 +00:00
Thien-Thi Nguyen
58bee6a81a *** empty log message *** 2001-06-13 16:11:23 +00:00
Thien-Thi Nguyen
98cb966490 Update path to #include file scmconfig.h.
Thanks to Golubev I. N.
2001-06-13 16:10:05 +00:00
Dirk Herrmann
00d8d838bb * Simplified the goops macro system a bit and fixed a bug. 2001-06-11 08:51:28 +00:00
Gary Houston
495c67e53b *** empty log message *** 2001-06-10 20:45:34 +00:00
Gary Houston
811727c704 * rdelim.c (scm_init_rdelim_builtins): don't try to activate the
(ice-9 rdelim) module in (guile) and (guile-user).  it didn't
	work reliably anymore.  try it from boot-9.scm instead.
2001-06-10 20:42:31 +00:00
Marius Vollmer
6a9003d3a4 *** empty log message *** 2001-06-09 18:15:32 +00:00
Marius Vollmer
53802ea86d (scm_lfwrite): Maintain columnd and row count in port.
Thanks to Matthias Köppe!
2001-06-09 18:15:08 +00:00
Michael Livshin
a88ff5b650 * snarf.h, filter-doc-snarfage.c: more changes to cope with
space-happy C preprocessors.
2001-06-08 14:49:05 +00:00
Michael Livshin
47bcd6465f * filter-doc-snarfage.c, guile-snarf.in: try to cope with spaces
inside cookies.  thanks to Matthias Köppe!
2001-06-08 13:48:39 +00:00
Dirk Herrmann
bab246f334 * Fixed some bugs, some reported by Matthias Koeppe. 2001-06-08 10:02:33 +00:00
Dirk Herrmann
dcb410ec07 * Fix SCM <--> scm_t_bits related typing problems.
Thanks to Matthias Koeppe for the bug report.
2001-06-07 23:10:33 +00:00
Dirk Herrmann
e81d98ec2d * Introduce SCM_UNUSED and mark unused function parameters.
* Introduce SCM_DEBUG_PAIR_ACCESSES.
* Extend the possibilities of SCM_DEBUG_CELL_ACCESSES.
2001-06-07 21:12:19 +00:00
Dirk Herrmann
17fa3fcf36 * Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION. 2001-06-05 20:48:28 +00:00
Marius Vollmer
feeedafb9c *** empty log message *** 2001-06-04 22:18:59 +00:00
Marius Vollmer
4a68d142ae (keyword_print): Substract 1 from length of symbol name, accounting
for the silly dash.
2001-06-04 22:17:17 +00:00
Marius Vollmer
f228362b10 (scm_hasher): Use SCM_UNPACK in the case labels so that
non-pointers are being compared.  Thanks to Alexander Klimov!
2001-06-04 22:16:43 +00:00
Marius Vollmer
bef38a17c4 (scm_c_register_extension): Allow NULL as library
name.
(load_extension): Ignore NULL library names when comparing.
2001-06-04 22:16:27 +00:00
Marius Vollmer
0e9eeb6cc9 (scm_registered_modules, scm_clear_registered_modules): Do not emit
deprecation warning.
2001-06-04 22:15:15 +00:00
Gary Houston
0df9aac51b *** empty log message *** 2001-06-04 22:05:02 +00:00
Gary Houston
4bcdfe4641 *** empty log message *** 2001-06-04 21:52:21 +00:00
Gary Houston
99004a2863 * rw.c (scm_write_string_partial): new procedure implementing
write-string/partial in (ice-9 rw).
	* rw.h: declare scm_write_string_partial.
2001-06-04 21:48:25 +00:00
Marius Vollmer
f480396be5 *** empty log message *** 2001-06-03 23:34:08 +00:00
Marius Vollmer
c22adbeb3b Added exception notice to all files. 2001-06-03 23:32:27 +00:00
Marius Vollmer
a0e0793ff7 Include "deprecation.h". 2001-06-03 23:31:14 +00:00
Marius Vollmer
c794483cc0 *** empty log message *** 2001-06-03 01:07:06 +00:00
Marius Vollmer
46ca6c2e28 (scm_register_module_xxx, scm_registered_modules,
scm_clear_registered_modules): Deprecated.
2001-06-03 01:03:31 +00:00
Rob Browning
9454d8d5e7 *** empty log message *** 2001-06-02 20:35:27 +00:00
Rob Browning
f02327ae03 * .cvsignore: really add guile_filter_doc_snarfage. 2001-06-02 20:34:43 +00:00