(scm_char_set_xor): bug fix: characters should only be included if
[bpt/guile.git] / libguile /
2001-07-22 Marius Vollmer*** empty log message ***
2001-07-22 Marius Vollmer* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag...
2001-07-22 Marius Vollmer* tags.h: Include inttypes.h when we have it.
2001-07-22 Gary Houston * regex-posix.c (s_scm_regexp_exec): use scm_long2num not
2001-07-21 Gary Houston * scmsigs.c: include sys/time.h for itimer stuff.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-19 Rob Browning*** empty log message ***
2001-07-19 Rob Browning* c-tokenize.lex: add option %nounput to quiet warning.
2001-07-19 Rob Browning* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet...
2001-07-19 Rob Browning* scmsigs.c (s_scm_setitimer): new function.
2001-07-19 Rob Browning* scmsigs.h (scm_init_scmsigs): new prototype.
2001-07-18 Dirk Herrmann* A couple of minor cleanups.
2001-07-16 Dirk Herrmann* Minor changes.
2001-07-11 Michael Livshin* strings.c (s_scm_string): fix arg position in assert.
2001-07-11 Gary Houston * strports.c (st_write): use memcpy, not strncpy....
2001-07-09 Thien-Thi Nguyen*** empty log message ***
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-07-08 Rob Browning*** empty log message ***
2001-07-08 Rob Browning* .cvsignore: add stamp-h.in.
2001-07-04 Martin Grabmüller * hooks.c (scm_make_hook, scm_add_hook_x),
2001-07-03 Martin Grabmüller * posix.c (getlogin): getlogin() implementation for...
2001-07-01 Marius Vollmer*** empty log message ***
2001-07-01 Marius Vollmer(scm_read_0str, scm_eval_0str): Call scm_c_read_string and
2001-06-30 Dirk Herrmann* Fixed a bug in array-set! plus some minor cleanup.
2001-06-30 Dirk Herrmann* Fixed some signedness issues.
2001-06-30 Thien-Thi Nguyen*** empty log message ***
2001-06-30 Thien-Thi Nguyenbye bye
2001-06-29 Marius Vollmer*** empty log message ***
2001-06-29 Marius Vollmer(gh_eval_str): Use scm_c_eval_string instead of scm_eva...
2001-06-29 Marius Vollmer(scm_c_primitive_load,
2001-06-29 Marius Vollmer(scm_c_read_string): Renamed from
2001-06-28 Martin Grabmüller * fluids.c (scm_c_with_fluid): Use scm_list_1() instead of
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-27 Martin Grabmüller * read.c (scm_lreadr): When reading a hash token,...
2001-06-26 Neil Jerram* Handle evaluator traps by calling trap handlers direc...
2001-06-26 Michael Livshin* Makefile.am (c-tokenize.c): add rule to generate it.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-25 Dirk Herrmann* Fix signedness plus some minor improvements.
2001-06-25 Michael Livshin*** empty log message ***
2001-06-25 Michael Livshin* Makefile.am (MAINTAINERCLEANFILES): be sure to remove
2001-06-25 Michael Livshin* snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.
2001-06-25 Marius Vollmer*** empty log message ***
2001-06-25 Marius Vollmer(SIZE_MAX, PTRDIFF_MIN, PTRDIFF_MAX): Only define when
2001-06-25 Marius Vollmer* srcprop.h, srcprop.c (scm_srcprops_to_plist): Renamed...
2001-06-25 Marius Vollmer(scm_srcprops_to_plist): Renamed from scm_t_srcpropso_p...
2001-06-23 Dirk Herrmann* Various minor improvements, for example signedness...
2001-06-20 Martin GrabmüllerRemoved tag.c and tag.h and all references.
2001-06-20 Gary Houston * deprecation.c, extensions.c, rw.c: include string.h.
2001-06-19 Gary Houston * filter-doc-snarfage.c (process): added ungetc in
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius VollmerReplace "scm_*_t" with "scm_t_*", except "scm_lisp_t".
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius Vollmer* unif.h (SCM_ARRAY_NDIM): Shift then cast so that...
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius Vollmer(SCM_SRS): Cast shiftee to scm_signed_bits_t.
2001-06-14 Marius VollmerInclude <stdint.h> when we have it.
2001-06-14 Marius Vollmer(ptrdiff_t): Typedef to long when configure didn't...
2001-06-13 Thien-Thi Nguyen*** empty log message ***
2001-06-13 Thien-Thi NguyenUpdate path to #include file scmconfig.h.
2001-06-11 Dirk Herrmann* Simplified the goops macro system a bit and fixed...
2001-06-10 Gary Houston*** empty log message ***
2001-06-10 Gary Houston * rdelim.c (scm_init_rdelim_builtins): don't try to...
2001-06-09 Marius Vollmer*** empty log message ***
2001-06-09 Marius Vollmer(scm_lfwrite): Maintain columnd and row count in port.
2001-06-08 Michael Livshin* snarf.h, filter-doc-snarfage.c: more changes to cope...
2001-06-08 Michael Livshin* filter-doc-snarfage.c, guile-snarf.in: try to cope...
2001-06-08 Dirk Herrmann* Fixed some bugs, some reported by Matthias Koeppe.
2001-06-07 Dirk Herrmann* Fix SCM <--> scm_t_bits related typing problems.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-06-05 Dirk Herrmann* Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION.
2001-06-04 Marius Vollmer*** empty log message ***
2001-06-04 Marius Vollmer(keyword_print): Substract 1 from length of symbol...
2001-06-04 Marius Vollmer(scm_hasher): Use SCM_UNPACK in the case labels so...
2001-06-04 Marius Vollmer(scm_c_register_extension): Allow NULL as library
2001-06-04 Marius Vollmer(scm_registered_modules, scm_clear_registered_modules...
2001-06-04 Gary Houston*** empty log message ***
2001-06-04 Gary Houston*** empty log message ***
2001-06-04 Gary Houston * rw.c (scm_write_string_partial): new procedure imple...
2001-06-03 Marius Vollmer*** empty log message ***
2001-06-03 Marius VollmerAdded exception notice to all files.
2001-06-03 Marius VollmerInclude "deprecation.h".
2001-06-03 Marius Vollmer*** empty log message ***
2001-06-03 Marius Vollmer(scm_register_module_xxx, scm_registered_modules,
2001-06-02 Rob Browning*** empty log message ***
2001-06-02 Rob Browning* .cvsignore: really add guile_filter_doc_snarfage.
2001-06-02 Rob Browning* .cvsignore: add guile_filter_doc_snarfage guile-snarf...
2001-06-02 Rob Browning* filesys.c (scm_stat2scm): HAVE_ST_RDEV changed to
2001-06-02 Rob Browning* fports.c: HAVE_ST_BLKSIZE changed to
2001-06-02 Marius Vollmer*** empty log message ***
2001-06-02 Marius Vollmer(scm_eval_string): Use scm_primitive_eval_x instead
2001-06-02 Marius Vollmer*** empty log message ***
2001-06-02 Marius VollmerNew file, slightly modified from libiberties
2001-05-31 Michael Livshinsmall fixes
2001-05-31 Michael Livshin* guile-snarf-docs.in, guile-snarf-docs-texi.in,
2001-05-30 Marius Vollmer*** empty log message ***
2001-05-30 Marius Vollmer(keyword_print): Use scm_print_symbol_name so that
next