Eli Barzilay
672910f27b
Lots of bad TAB eliminations.
...
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.
If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces. For example, to see
per-line authors, use "git blame -w <file>". Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
Matthew Flatt
8d91efcee4
fix `get-bytevector-all' bug
...
Closes PR 12327
2011-11-02 08:12:58 -06:00
Eli Barzilay
3157955d40
".ss" -> ".rkt" scan done.
2011-07-02 10:37:53 -04:00
Eli Barzilay
2d9601089d
A lot of "MzScheme" -> "Racket"s.
2010-05-16 18:26:26 -04:00
Matthew Flatt
882b7dce0e
move tests/mzscheme to tests/racket
2010-04-27 18:28:39 -06:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Matthew Flatt
d7e4db3efd
fix some tests and docs after racket move
2010-04-20 17:28:07 -06:00
Matthew Flatt
38d7e8fea2
built-in fixnum ops; bug fix related to misuse of flonum ops; questionable attempt to improve inlining algorithm
...
svn: r17461
2010-01-02 16:33:28 +00:00
Matthew Flatt
fdd7122994
scheme/flonum (v4.2.3.8)
...
svn: r17348
2009-12-18 15:40:00 +00:00
Matthew Flatt
b0b5b5ddf6
R6RS port discloser patch
...
svn: r17304
2009-12-15 02:42:47 +00:00
Matthew Flatt
d077a5ac6c
R6RS: fix problem with qausisyntax and conversion of an unwrapped syntax object as the argument expression to syntax-case
...
svn: r15387
2009-07-05 12:48:52 +00:00
Matthew Flatt
c17c267f48
R6RS: disallow assignment to exported identifier
...
svn: r14695
2009-05-03 17:40:31 +00:00
Matthew Flatt
75527a8821
better tracking of lexical context for unwrapped syntax objects
...
svn: r14692
2009-05-03 15:45:53 +00:00
Matthew Flatt
682d76d577
r6rs reader: delay number & symbol regexp construction
...
svn: r14392
2009-03-31 21:25:20 +00:00
Matthew Flatt
91801b4601
fix algorithmic problem with syntax certificates (so Oleg's syntax-rules stress test runs in reasonable time)
...
svn: r12990
2009-01-03 17:51:06 +00:00
Matthew Flatt
27375c0d5a
fix equal? on transparent R6RS records
...
svn: r10949
2008-07-28 20:30:25 +00:00
Matthew Flatt
a14a6d7272
fix R6RS parsing ofr numbers that start with two # things, like #i#xe/f
...
svn: r10822
2008-07-17 17:38:06 +00:00
Matthew Flatt
9af00fcfb4
v4.0.2.4: logging
...
svn: r10818
2008-07-17 15:20:17 +00:00
Matthew Flatt
a4cc0f7890
%-encoding extension in module paths; new r6rs library name encoding
...
svn: r10697
2008-07-09 15:41:38 +00:00
Matthew Flatt
41ad955597
R6RS repairs (PRs 9361 and 9371)
...
svn: r9844
2008-05-15 13:23:16 +00:00
Matthew Flatt
4ff1cd0ca4
r6rs repairs
...
svn: r9658
2008-05-05 15:50:35 +00:00
Matthew Flatt
61dcc5d43a
fix r6rs identifier-syntax bug
...
svn: r9645
2008-05-05 01:59:43 +00:00
Matthew Flatt
c71192136e
r6rs io/simple tests; syntax-case bug fix (PR 9328)
...
svn: r9535
2008-04-29 13:30:09 +00:00
Matthew Flatt
f579d40b82
'must-update file mode; R6RS tests and bug fixes
...
svn: r9511
2008-04-28 16:32:50 +00:00
Matthew Flatt
b8c425cc42
better syntax errors for define-record-type; support parent-rtd correctly; more r6rs tests
...
svn: r9489
2008-04-26 13:52:29 +00:00
Matthew Flatt
5aeaf7ea75
R6RS docs, other misc clean-up
...
svn: r9349
2008-04-17 21:29:07 +00:00
Matthew Flatt
c811740d48
Derrick's patch to extend the r6rs library search path with .mzscheme.ss, .mzscheme.sls, and .sls
...
svn: r9291
2008-04-14 11:59:51 +00:00
Matthew Flatt
fbac4e75fd
fix r6rs quasisyntax
...
svn: r9150
2008-04-03 15:10:07 +00:00
Matthew Flatt
20055ac00e
r6rs tests and repairs
...
svn: r8913
2008-03-07 03:18:06 +00:00
Matthew Flatt
f3d74fa4c8
R6RS fixes; fix for <, >, <=, and >= with +nan.0 and a bignum or rational; compile two-byte regexp patterns (common for hand-rolled case-insensitivity, as in the R6RS parser) to a more compact and efficient representation
...
svn: r8898
2008-03-06 04:56:47 +00:00
Matthew Flatt
8d11cee42b
r6rs record fields should be vectors
...
svn: r8890
2008-03-05 01:27:01 +00:00
Matthew Flatt
3e77d0b60f
bring numerics (real, rational, etc) in line with R6RS
...
svn: r8832
2008-02-29 19:53:51 +00:00
Matthew Flatt
8ffe707b76
more r6rs work
...
svn: r8825
2008-02-29 02:37:00 +00:00
Matthew Flatt
c9a326111d
minor r6rs work
...
svn: r8817
2008-02-27 14:53:41 +00:00
Matthew Flatt
332dced862
r6rs reader: string escape correction
...
svn: r8808
2008-02-26 22:15:30 +00:00
Matthew Flatt
5a646bfe18
r6rs io
...
svn: r8807
2008-02-26 22:15:02 +00:00
Matthew Flatt
743db7529d
r6rs io work; compiler tweaks
...
svn: r8805
2008-02-26 13:54:54 +00:00
Matthew Flatt
bd97e3e797
r6rs progress
...
svn: r8775
2008-02-23 14:11:24 +00:00
Matthew Flatt
894ed4a809
first cut at rnrs/base-6
...
svn: r8678
2008-02-16 00:32:55 +00:00
Matthew Flatt
5dfcc624f8
r6rs module layer
...
svn: r8676
2008-02-15 22:27:54 +00:00
Matthew Flatt
0dc359a956
fix a scribble bug; add r6rs reader
...
svn: r8635
2008-02-12 21:50:35 +00:00
Matthew Flatt
2bc5b127f7
remove r6rs collection (now in graveyard)
...
svn: r6758
2007-06-28 22:51:53 +00:00
Matthew Flatt
b97ed46ad1
revised export syntax
...
svn: r470
2005-07-27 21:47:11 +00:00
Matthew Flatt
8512606ee4
r6rs repl clean-up
...
svn: r469
2005-07-27 20:58:43 +00:00
Matthew Flatt
d3056a39f3
r6rs library form improvements
...
svn: r468
2005-07-27 18:50:30 +00:00
Matthew Flatt
f6531a307f
initial reference implementation of library form that might appear in R6RS
...
svn: r449
2005-07-26 17:00:09 +00:00