Replace uses of scm_make_ra with scm_i_make_ra.
[bpt/guile.git] / libguile / ramap.c
2005-01-11 Marius VollmerReplace uses of scm_make_ra with scm_i_make_ra.
2005-01-10 Marius VollmerReplaced single-index uses of scm_array_set_x with
2005-01-02 Marius Vollmer* ramap.c (scm_array_map_x): Do not try to convert...
2004-12-27 Marius Vollmer(scm_ramapc, scm_raeql): Use
2004-12-15 Kevin Ryde(scm_array_map_x): Check for at least one source argument.
2004-11-10 Marius Vollmer(cind): Changed second arg to be pointer to long instead
2004-11-09 Marius VollmerUse the new generalized vector functions to handle all
2004-11-02 Marius VollmerDo no longer handle old-style uniform vectors.
2004-10-27 Marius Vollmer(scm_ra_matchp, scm_array_fill_int, racp, scm_array_ind...
2004-09-29 Marius Vollmer(scm_array_equal_p): Include scm_tc7_svect in switch...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-08-06 Kevin Ryde(scm_array_fill_x): For byvect char fill, force signed...
2004-08-03 Marius Vollmer(scm_make_complex): Discouraged by moving to discourage...
2004-08-03 Marius Vollmer(scm_make_real, scm_num2dbl, scm_float2num, scm_double2...
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-02-11 Kevin Ryde(scm_array_fill_x): For fvect and dvect, use scm_num2dbl to
2003-06-01 Dirk Herrmann This set of patches separates the representation of...
2003-04-21 Dirk Herrmann * list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* ramap.c: replace usage of HAVE_LONG_LONGS with
2003-01-09 Mikael Djurfeldt* ramap.c (scm_ramapc): Typo in error message.
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
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-05-28 Dirk Herrmann* Ooops. This belongs to my ChangeLog entry from 2001...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr...
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-06 Marius Vollmer(raeql_1): Do not call scm_uniform_vector_length on
2001-04-21 Dirk Herrmann* Made creation of new smob types thread safe.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-08 Mikael Djurfeldt* ramap.c (racp): Removed optimization which caused...
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-11 Dirk Herrmann* Replace some SCM_LENGTH macros.
2000-09-26 Dirk Herrmann* Eliminated all remaining calls to SCM_CHARS.
2000-09-02 Neil Jerram* Docstring fixes.
2000-06-12 Mikael Djurfeldt* ramap.c (s_scm_array_fill_x): Cast `ve' properly...
2000-06-12 Mikael Djurfeldt* ramap.c (serial-array-copy!, serial-array-map!):...
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-05-10 Dirk HerrmannMore distinguished handling of real and complex values.
2000-05-02 Dirk Herrmann* numbers.c (scm_logtest, scm_division): Reordered...
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.
next