summaryrefslogtreecommitdiff
path: root/libguile/unif.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-23* Deprecated SCM_SETLENGTH.Dirk Herrmann1-4/+15
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-30* Remove the code that implemented the SCM_HUGE_LENGTH trick.Dirk Herrmann1-57/+32
2000-10-11* Replaced some calls to SCM_LENGTH.Dirk Herrmann1-193/+196
2000-09-26* Eliminated all calls to SCM_UCHARS.Dirk Herrmann1-5/+5
2000-09-26* Eliminated all remaining calls to SCM_CHARS.Dirk Herrmann1-12/+24
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-3/+3
2000-09-02* Docstring updates for scm_uniform_vector_ref and scm_array_set_x.Neil Jerram1-0/+2
2000-06-30* Eliminated use of SCM_ASSERT to check for range errors.Dirk Herrmann1-11/+15
2000-06-05* Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann1-7/+7
2000-05-20* Fixed some parameter checks. Thanks to Dale P. Smith.Dirk Herrmann1-27/+29
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-24/+15
2000-05-10More distinguished handling of real and complex values.Dirk Herrmann1-6/+11
2000-05-02* numbers.c (scm_logtest, scm_division): Reordered dispatch sequence.Dirk Herrmann1-2/+2
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-15/+15
2000-04-18Fixed a stupid bug introduced with the last patch. Sorry.Dirk Herrmann1-0/+1
2000-04-18Fixed some SCM/scm_bits_t mixups.Dirk Herrmann1-14/+13
2000-04-13* unif.c, unif.h (shared-array-root, shared-array-offset,Mikael Djurfeldt1-3/+46
2000-04-04Lots of fixes with respect to strict typing.Dirk Herrmann1-43/+43
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1