summaryrefslogtreecommitdiff
path: root/libguile/ramap.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* (scm_array_map_x): Don't use scm_array_p, use scm_is_typed_arrayMarius Vollmer2006-01-291-1/+2
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-6/+6
* (scm_array_index_map_x): First test for real arrays,Marius Vollmer2005-06-121-13/+29
* (scm_array_index_map_x): First test for real arrays,Marius Vollmer2005-06-121-9/+9
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_array_map_x): Allow no source args, add num args checksKevin Ryde2005-04-251-7/+12
* (SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter internalMarius Vollmer2005-01-111-195/+195
* Replace uses of scm_make_ra with scm_i_make_ra.Marius Vollmer2005-01-111-155/+42
* Replaced single-index uses of scm_array_set_x withMarius Vollmer2005-01-101-46/+57
* * ramap.c (scm_array_map_x): Do not try to convert fill valueMarius Vollmer2005-01-021-8/+1
* (scm_ramapc, scm_raeql): UseMarius Vollmer2004-12-271-17/+9
* (scm_array_map_x): Check for at least one source argument.Kevin Ryde2004-12-151-0/+6
* (cind): Changed second arg to be pointer to long insteadMarius Vollmer2004-11-101-10/+24
* Use the new generalized vector functions to handle allMarius Vollmer2004-11-091-331/+133
* Do no longer handle old-style uniform vectors.Marius Vollmer2004-11-021-540/+0
* (scm_ra_matchp, scm_array_fill_int, racp, scm_array_index_map_x,Marius Vollmer2004-10-271-32/+25
* (scm_array_equal_p): Include scm_tc7_svect in switch. Thanks toMarius Vollmer2004-09-291-0/+2
* *** empty log message ***Marius Vollmer2004-09-221-14/+14
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-7/+16
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-4/+4
* (scm_array_fill_x): For byvect char fill, force signed charKevin Ryde2004-08-061-4/+4
* (scm_make_complex): Discouraged by moving to discouraged.h andMarius Vollmer2004-08-031-2/+2
* (scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):Marius Vollmer2004-08-031-6/+6
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-11/+11
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-50/+49
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-31/+31
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-16/+16
* (scm_array_fill_x): For fvect and dvect, use scm_num2dbl toKevin Ryde2004-02-111-5/+3
* This set of patches separates the representation of the cxr familyDirk Herrmann2003-06-011-5/+3
* * list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_product,Dirk Herrmann2003-04-211-5/+5
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * ramap.c: replace usage of HAVE_LONG_LONGS withRob Browning2003-03-251-5/+5
* * ramap.c (scm_ramapc): Typo in error message.Mikael Djurfeldt2003-01-091-1/+1
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-19/+21
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-6/+6
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida2001-06-261-10/+9
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-5/+5
* * Fix SCM <--> scm_t_bits related typing problems.Dirk Herrmann2001-06-071-3/+0
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* * Ooops. This belongs to my ChangeLog entry from 2001-05-26. Sorry.Dirk Herrmann2001-05-281-1/+1
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-111/+110
* * validate.hMichael Livshin2001-05-241-115/+116
* (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer2001-05-201-1/+1
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-2/+9
* (raeql_1): Do not call scm_uniform_vector_length onMarius Vollmer2001-05-061-1/+3
* * Made creation of new smob types thread safe.Dirk Herrmann2001-04-211-1/+1
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-4/+4