(scm_make_shared_array): Add old base to new base since
[bpt/guile.git] / libguile / unif.c
2005-05-22 Marius Vollmer(scm_make_shared_array): Add old base to new base since
2005-05-12 Neil Jerram* unif.c (scm_i_read_array): Declare rank as ssize_t...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-02-10 Mikael Djurfeldt(prototype_to_type): Bugfix: Don't compare prototype to
2005-01-11 Marius Vollmer(SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter...
2005-01-11 Marius Vollmer(indices_to_pos, scm_array_handle_pos): Renamed
2005-01-10 Marius Vollmer(scm_list_to_typed_array): Allow the specification...
2005-01-10 Marius Vollmer(scm_make_shared_array): Use it instead of scm_aind...
2005-01-10 Marius Vollmer(scm_array_rank, scm_array_dimensions,
2005-01-09 Marius Vollmer* unif.h, unif.c, inline.h (scm_i_t_array_ref, scm_i_t_...
2005-01-09 Marius Vollmer(scm_array_handle_set): Correctly execute only one
2005-01-09 Marius Vollmer(ra2l): Handle zero rank arrays.
2005-01-07 Marius Vollmer(SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.
2005-01-06 Marius Vollmer(scm_array_handle_ref, scm_array_handle_set): Changed
2005-01-04 Marius Vollmer(scm_bitvector_elements,
2005-01-02 Marius Vollmer* weaks.c: Use new vector elements API or simple vector
2004-12-29 Marius Vollmer* srfi-4.h (scm_i_proc_make_u8vector, scm_i_proc_make_s...
2004-12-27 Marius Vollmer(scm_bitvector_elements): Made return value "const".
2004-12-27 Marius Vollmer* unif.c (scm_bitvector_release): Added explicit call to
2004-11-14 Marius Vollmer(scm_i_cvref): Made non-static for ramap.c.
2004-11-12 Marius Vollmer(scm_tc16_enclosed_array, SCM_ENCLOSED_ARRAYP):
2004-11-10 Marius VollmerChanged all uses of scm_array_prototype to
2004-11-09 Marius Vollmer(scm_bitvector_p, scm_bitvector,
2004-11-02 Marius Vollmer(scm_i_tag_to_prototype): Make sure that "instead"...
2004-11-02 Marius Vollmer* srfi-4.h, srfi-4.c (scm_frame_uniform_vector_release...
2004-11-02 Marius Vollmer* eq.c, evalext.c, gc-card.c, gc-mark.c, objects.c...
2004-10-29 Marius Vollmer* unif.h, unif.c (scm_array_creator): New.
2004-10-29 Marius Vollmer(scm_i_print_array): It's "ndim", not "rank". D'Oh!
2004-10-29 Marius Vollmer(scm_make_u1vector): New, but only temporary.
2004-10-27 Marius Vollmer* srfi-4.h, srfi-4.i.c (scm_u8vector_elements, etc...
2004-10-22 Marius VollmerInclude "libguile/print.h".
2004-10-19 Marius Vollmer(scm_array_p): When no prototype is given, explicitely...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-24 Marius VollmerInclude "srfi-13.h" instead of "strop.h".
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_uniform_vector_ref, scm_array_set_x): For byvect...
2004-08-03 Marius Vollmer(scm_make_complex): Discouraged by moving to discourage...
2004-08-03 Marius Vollmer* numbers.h. numbers.c (scm_make_ratio): Renamed to
2004-08-03 Marius Vollmer(scm_make_real, scm_num2dbl, scm_float2num, scm_double2...
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-27 Kevin Ryde(scm_array_set_x): For svect, use scm_num2short for
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-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
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-04-24 Kevin Ryde(s_scm_make_uve): Remove unused local variable. Report...
2004-02-13 Mikael Djurfeldt* unif.c (scm_make_uve): Removed local variable and...
2004-02-11 Kevin Ryde(scm_make_uve, scm_array_p): Allow fraction 1/3 as...
2004-01-10 Kevin Ryde(scm_bit_count, scm_bit_position, s_scm_bit_set_star_x,
2004-01-06 Kevin RydeAdd copyright years.
2004-01-06 Kevin Ryde(scm_aind): Test SCM_CONSP rather than !SCM_NULLP while
2003-09-04 Dirk Herrmann * unit.c (scm_cvref): Eliminate unnecessary uses of...
2003-04-21 Dirk Herrmann * srfi/srfi-1.c (srfi1_ilength), libguile/list.c ...
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-26 Rob Browning* unif.c: #include <config.h> if HAVE_CONFIG_H. Replac...
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Marius Vollmer(singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-22 Neil Jerram* Fix a typo that crept in with the scm_X_t to scm_t_X...
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-11 Neil Jerram* Documentation work.
2001-11-02 Mikael Djurfeldt* unif.c (scm_ra2contig): Fixed memory overwrite bug.
2001-10-28 Mikael Djurfeldt* unif.c (scm_uniform_array_read_x, scm_uniform_array_w...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-07-03 Martin Grabmüller * posix.c (getlogin): getlogin() implementation for...
2001-06-30 Dirk Herrmann* Fixed a bug in array-set! plus some minor cleanup.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
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-08 Dirk Herrmann* Fixed some bugs, some reported by Matthias Koeppe.
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Martin Grabmüller * unif.c (scm_make_ra, array_free), unif.h (SCM_ARRAY_...
2001-05-24 Michael Livshin* validate.h
2001-04-19 Dirk Herrmann* Allow to convert an array of bytes to a list. Thanks...
2001-04-19 Dirk Herrmann* Eliminate some further applications of SCM_C[AD]R...
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-22 Dirk Herrmann* Replace function scm_makstr with new function scm_all...
2001-03-17 Dirk Herrmann* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISP...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-02-17 Martin Grabmüller(scm_bit_count, scm_bit_set_star_x): Added texinfo...
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-31 Mikael Djurfeldt* unif.c (rapr1): Don't apply scm_uniform_vector_length...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-11-23 Dirk Herrmann* Deprecated SCM_LENGTH_MAX.
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-11-23 Dirk Herrmann* Deprecated SCM_SETLENGTH.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Remove the code that implemented the SCM_HUGE_LENGTH...
next