* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / ramap.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-22 Dirk HerrmannDon't use SCM2PTR for non scheme values.
2000-03-20 Dirk HerrmannA couple of typing problems (at leat partially) resolved.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* guile-func-name-check.in: Added this script to static...
2000-01-06 Greg J. Badros* *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* guile-snarf.awk.in: Do argument/number mismatch check...
2000-01-05 Greg J. Badros* unif.c, symbols.c, strings.c, stacks.c, random.c...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-30 Gary Houston * unif.h: added some comments, removed the SCM_P macros.
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-06-19 Jim BlandyPatch from Greg Harvey:
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-12-07 Mikael Djurfeldt* ramap.c (array-copy-in-order!, array-map-in-order...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-14 Jim BlandyHandle short and long long uniform arrays properly...
1997-09-29 Radey ShoumanFixed problem in scm_array_index_map_x: looped endless...
1997-09-24 Mikael Djurfeldt* ramap.c (scm_array_map): Renamed to scm_array_map_x...
1997-09-24 Mikael DjurfeldtBugfix of the bugfix.
1997-09-24 Mikael Djurfeldt*** empty log message ***
1997-08-24 Mikael Djurfeldt* ramap.c (scm_ra_matchp, scm_array_fill_int, racp...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-03-11 Mikael Djurfeldt* unif.c (scm_array_set_x): Cast ICHR (obj) to char...
1997-01-30 Mikael DjurfeldtThe following two changes (ramap.c, throw.c) are motiva...
1996-12-16 Jim Blandy* ramap.c (scm_ra_sum, scm_ra_difference, scm_ra_product,
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import