Matthew Flatt
|
294e593dd2
|
fix overly pessimistic 'in-naturals' when an argument is supplied
svn: r17292
|
2009-12-14 17:51:36 +00:00 |
|
Sam Tobin-Hochstadt
|
c8c9bd0556
|
Add `in-bytes-lines'
svn: r17261
|
2009-12-10 17:01:53 +00:00 |
|
Jay McCarthy
|
b26bdba77d
|
Found a small error in in-port's handling of default arguments
svn: r17244
|
2009-12-08 22:50:43 +00:00 |
|
Matthew Flatt
|
4edc044cb6
|
source locations for 'for' loops in stack traces
svn: r16545
|
2009-11-04 19:17:31 +00:00 |
|
Eli Barzilay
|
cf91b7c254
|
Use in-producer' for in-input-port-chars' and `in-input-port-bytes'.
(The non-macro version of `in-input-port-bytes' still uses
`:input-port-gen', since it's needed anyway.)
svn: r16475
|
2009-10-30 13:34:33 +00:00 |
|
Eli Barzilay
|
4f002bb7bb
|
Redo in-port' and in-lines' using `in-producer', since this gives us a
faster macro version for the loops.
svn: r16474
|
2009-10-30 11:10:05 +00:00 |
|
Eli Barzilay
|
c049ccca3a
|
minor fixes
svn: r16473
|
2009-10-30 10:48:38 +00:00 |
|
Eli Barzilay
|
52ac79406b
|
some reformatting
svn: r16472
|
2009-10-30 10:46:18 +00:00 |
|
Eli Barzilay
|
87a5092c82
|
added error checking for the reader, some shuffling
svn: r16471
|
2009-10-30 08:24:57 +00:00 |
|
Sam Tobin-Hochstadt
|
653d0ccd66
|
Add in-port', port->list', `file->list'.
Add documentation, tests for above.
Allow procedure argument to `fold-files' to return 2 values in all cases.
Document, test.
svn: r16453
|
2009-10-29 18:49:34 +00:00 |
|
Matthew Flatt
|
8ae0ea9d14
|
unsafe ops (v4.2.1.8)
svn: r15899
|
2009-09-06 18:24:46 +00:00 |
|
Eli Barzilay
|
ec9fc2571a
|
Added `in-producer'.
(Note that `test-generator' tests use quasiquote for the expected result).
svn: r15811
|
2009-08-27 09:15:52 +00:00 |
|
Eli Barzilay
|
af5614455a
|
some reformatting
svn: r15592
|
2009-07-28 05:05:17 +00:00 |
|
Eli Barzilay
|
4aab5e4eab
|
use void for true predicates, makes things run faster
svn: r14451
|
2009-04-08 00:02:57 +00:00 |
|
Matthew Flatt
|
1d26e97a35
|
Scheme-implemented editor classes; on-demand instantiation of module phases
svn: r14445
|
2009-04-07 17:12:22 +00:00 |
|
Eli Barzilay
|
06636c1813
|
added in-sequences and in-cycle
svn: r14424
|
2009-04-05 08:29:17 +00:00 |
|
Eli Barzilay
|
daa582291c
|
typo
svn: r14410
|
2009-04-03 00:26:59 +00:00 |
|
Matthew Flatt
|
89d0801d7a
|
change quote-syntax to include a certificate for the enclosing module, enable certificate checking of phase-1 bindings, and fix some other problems with certificates
svn: r12714
|
2008-12-05 22:45:04 +00:00 |
|
Matthew Flatt
|
d0419345d8
|
clean up extended in-vector, in-string, and in-bytes
svn: r11124
|
2008-08-07 12:13:21 +00:00 |
|
Noel Welsh
|
ed0bd51c8b
|
Add support for start/stop/step parameters to in-vector comprehension forms. Vector like comprehensions (strings etc) actually support this as well, when used in the body of the for comprehension. However this will not be documented as support do not extend to sequences defined outside a comprehension.
svn: r11068
|
2008-08-04 18:38:47 +00:00 |
|
Matthew Flatt
|
8140b3644e
|
add 'bitwise-bit-set?' and 'in-value' (v4.0.2.6)
svn: r10971
|
2008-07-29 19:27:33 +00:00 |
|
Matthew Flatt
|
616ec71325
|
fix for/or and for/and when one of the clauses binds multiple values
svn: r10926
|
2008-07-26 21:38:39 +00:00 |
|
Matthew Flatt
|
9af00fcfb4
|
v4.0.2.4: logging
svn: r10818
|
2008-07-17 15:20:17 +00:00 |
|
Matthew Flatt
|
bba93038ed
|
'for' macro certification needs to propagate certs
svn: r10269
|
2008-06-15 16:03:14 +00:00 |
|
Matthew Flatt
|
f4703d8ab6
|
fix double evaluation in in-range (PR 9315)
svn: r9452
|
2008-04-24 12:06:50 +00:00 |
|
Matthew Flatt
|
a0f65ba33e
|
dictionaries
svn: r9383
|
2008-04-21 17:26:35 +00:00 |
|
Matthew Flatt
|
021d4d7527
|
new hash function names and ops (3.99.0.23)
svn: r9209
|
2008-04-08 21:42:38 +00:00 |
|
Matthew Flatt
|
f28726ab4d
|
fix bytecode writing of prefabs, add prop:sequence
svn: r9149
|
2008-04-03 14:07:52 +00:00 |
|
Matthew Flatt
|
61ea615004
|
optimizer inlining improvements, especially to ensure that single-use bindings are inlined
svn: r9094
|
2008-03-27 16:07:42 +00:00 |
|
Matthew Flatt
|
c81eb6ede0
|
add in-lines and some doc clarifications
svn: r9072
|
2008-03-23 13:25:56 +00:00 |
|
Matthew Flatt
|
8311c8f9e4
|
Eli's repaired and specialized sort, fix in 'for/fold' binding, generalized integers-bytes functions, and some r6rs work
svn: r8798
|
2008-02-25 14:42:32 +00:00 |
|
Matthew Flatt
|
39cedb62ed
|
v3.99.0.2
svn: r7706
|
2007-11-13 12:40:00 +00:00 |
|