Daniel Llorens
|
d747313100
Change uses of scm_is_simple_vector to scm_is_vector
|
11 年之前 |
Andy Wingo
|
24cac65540
Deprecate the use of the vector interface on arrays
|
11 年之前 |
Ludovic Courtès
|
fd07759b7d
Fix and clarify documentation of `sorted?'.
|
12 年之前 |
Andreas Rottmann
|
589bc528bd
Fix likely crash in `stable-sort!'
|
13 年之前 |
Andy Wingo
|
cd038da546
remove libguile/lang.h, deprecate %nil (in favor of #nil)
|
14 年之前 |
Andy Wingo
|
6c9e8a5354
remove uses of trampolines within guile itself
|
15 年之前 |
Andy Wingo
|
2fa901a51f
rename unif.[ch] to arrays.[ch]
|
15 年之前 |
Andy Wingo
|
5d1b3b2db9
rename ramap.[ch] to array-map.[ch]
|
15 年之前 |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 年之前 |
Ludovic Courtès
|
dbb605f575
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 年之前 |
Kevin Ryde
|
65ae4d2d69
copyright year
|
18 年之前 |
Kevin Ryde
|
651f2cd27d
merge from 1.8 branch
|
18 年之前 |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
18 年之前 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 年之前 |
Marius Vollmer
|
c8857a4db4
(scm_array_handle_release): New, changed all uses of
|
20 年之前 |
Marius Vollmer
|
cb26f5696c
* sort.c (quicksort): Added INC parameter for non-contigous
|
20 年之前 |
Marius Vollmer
|
1938c6dab7
(quicksort): Don't use C99 variable declarations.
|
20 年之前 |
Marius Vollmer
|
ee1ac75beb
(quicksort, scm_merge, scm_merge_list_x,
|
20 年之前 |
Marius Vollmer
|
14e9281bb3
(quicksort): Copy pivot out of the array while constructing the
|
20 年之前 |
Marius Vollmer
|
3bdf7962a7
(scm_restricted_vector_sort_x): Validate startpos <= endpos. State
|
20 年之前 |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
20 年之前 |
Marius Vollmer
|
e11e83f3d9
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
20 年之前 |
Marius Vollmer
|
a55c2b6809
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
|
20 年之前 |
Marius Vollmer
|
93ccaef0c6
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
|
20 年之前 |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 年之前 |
Dirk Herrmann
|
c178c3a68b
* sort.c, pairs.h: Removed unnecessary includes.
|
21 年之前 |
Dirk Herrmann
|
d339981a5a
* test-suite/tests/sort.test: Added. Both tests in that file did
|
21 年之前 |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 年之前 |
Rob Browning
|
3cfe6eab01
* sort.c: fix various preprocessor usages of new public
|
22 年之前 |
Rob Browning
|
af7a39456a
* sort.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of
|
22 年之前 |