summaryrefslogtreecommitdiff
path: root/libguile/unif.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-24(s_scm_make_uve): Remove unused local variable. Reported byKevin Ryde1-2/+0
2004-02-13* unif.c (scm_make_uve): Removed local variable and simplifiedMikael Djurfeldt1-53/+29
2004-02-11(scm_make_uve, scm_array_p): Allow fraction 1/3 as prototypeKevin Ryde1-4/+25
2004-01-10(scm_bit_count, scm_bit_position, s_scm_bit_set_star_x,Kevin Ryde1-17/+54
2004-01-06Add copyright years.Kevin Ryde1-1/+1
2004-01-06(scm_aind): Test SCM_CONSP rather than !SCM_NULLP whileKevin Ryde1-2/+2
2003-09-04 * unit.c (scm_cvref): Eliminate unnecessary uses of SCM_NIMP,Dirk Herrmann1-3/+3
2003-04-21 * srfi/srfi-1.c (srfi1_ilength), libguile/list.c (scm_ilength,Dirk Herrmann1-2/+2
2003-04-21 * list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_product,Dirk Herrmann1-2/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-26* unif.c: #include <config.h> if HAVE_CONFIG_H. Replace usage ofRob Browning1-18/+22
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-17/+18
2002-03-14(singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.Marius Vollmer1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-5/+5
2002-02-22* Fix a typo that crept in with the scm_X_t to scm_t_X rename.Neil Jerram1-2/+2
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-8/+10
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-15/+7
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-13/+12
2001-11-11* Documentation work.Neil Jerram1-1/+1
2001-11-02* unif.c (scm_ra2contig): Fixed memory overwrite bug.Mikael Djurfeldt1-1/+1
2001-10-28* unif.c (scm_uniform_array_read_x, scm_uniform_array_write):Mikael Djurfeldt1-5/+9
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-07-03 * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller1-0/+4
2001-06-30* Fixed a bug in array-set! plus some minor cleanup.Dirk Herrmann1-4/+2
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+2
2001-06-26 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida1-2/+2
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-19/+19
2001-06-08* Fixed some bugs, some reported by Matthias Koeppe.Dirk Herrmann1-3/+3
2001-05-27* Changed the default definition of SCM.Dirk Herrmann1-12/+15
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-178/+133
2001-05-24 * unif.c (scm_make_ra, array_free), unif.h (SCM_ARRAY_DIMS):Martin Grabmüller1-2/+4
2001-05-24* validate.hMichael Livshin1-169/+216
2001-04-19* Allow to convert an array of bytes to a list. Thanks to Masao Uebayashi.Dirk Herrmann1-28/+36
2001-04-19* Eliminate some further applications of SCM_C[AD]R to non pair cells.Dirk Herrmann1-3/+3
2001-04-10* Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann1-3/+3
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-46/+52
2001-03-22* Replace function scm_makstr with new function scm_allocate_string.Dirk Herrmann1-1/+1
2001-03-17* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,Dirk Herrmann1-35/+53
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-0/+2
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-0/+1
2001-03-04* Eliminate another couple of calls to scm_wta.Dirk Herrmann1-22/+18
2001-03-04* Eliminate some calls to scm_wta.Dirk Herrmann1-1/+4
2001-02-17(scm_bit_count, scm_bit_set_star_x): Added texinfo markup.Martin Grabmüller1-10/+12
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-2/+2
2001-01-31* unif.c (rapr1): Don't apply scm_uniform_vector_length on arrays.Mikael Djurfeldt1-2/+4
2000-12-08Smob-related creanup.Keisuke Nishida1-8/+8
2000-12-08* Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann1-2/+2
2000-11-23* Deprecated SCM_LENGTH_MAX.Dirk Herrmann1-12/+6
2000-11-23* SCM_SETCHARS deprecated.Dirk Herrmann1-3/+3