summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* SP-relative local addressingAndy Wingo2015-10-211-57/+57
* Allow decoding of UTF-8 containing U+FFFD, the replacement character.Mark H Weaver2015-08-131-1/+13
* Fix bug compiling fixpoint combinatorAndy Wingo2015-05-201-2/+28
* Non-vector 1D arrays print as #1()Daniel Llorens2015-02-181-1/+13
* (system base types) knows about variablesAndy Wingo2015-02-171-0/+1
* Fix infinite loop in expanderAndy Wingo2015-02-131-1/+16
* Add #:static-slot-allocation?Andy Wingo2015-02-061-0/+23
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2015-01-261-2/+4
|\
| * Accessor methods only apply to subclasses with their slotAndy Wingo2015-01-261-2/+4
| * Fix accessor struct field inliningAndy Wingo2015-01-241-0/+34
* | Fix accessor struct inlining in GOOPSAndy Wingo2015-01-241-0/+34
* | Introduce <slot> objects in GOOPSAndy Wingo2015-01-231-10/+9
* | Add compute-cpl testsAndy Wingo2015-01-231-0/+23
* | Mark two coverage tests as XFAILAndy Wingo2015-01-231-3/+10
* | Merge commit '5b7632331e7551ac202bbaba37c572b96a791c6e'Andy Wingo2015-01-221-1/+38
|\ \ | |/
| * Fix #:init-value on class-allocated slotsAndy Wingo2015-01-221-1/+38
* | Merge commit 'ed72201a795ac1c8d6c0288b6bb710f2bd0ebd9c'Andy Wingo2015-01-221-2/+32
|\ \ | |/
| * Fix buffer overrun with unbuffered custom binary input ports.Ludovic Courtès2015-01-181-1/+32
* | Merge commit '37b1453032488de582175270d1b3a1653ea81457'Andy Wingo2015-01-221-1/+15
|\ \ | |/
| * Avoid converting the 'mode' argument of 'open-file'.Ludovic Courtès2015-01-111-1/+15
* | Merge commit 'cdcba5b2f6270de808e51b3b933374170611b91d'Andy Wingo2015-01-221-0/+13
|\ \ | |/
| * statprof: 'statprof' and 'with-statprof' return the code's return values.Ludovic Courtès2015-01-111-0/+13
* | Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo2015-01-221-0/+15
|\ \ | |/
| * Fix bytevector-fill! to accept fill arguments greater than 127.Mark H Weaver2014-11-121-0/+15
* | Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'Andy Wingo2015-01-221-3/+12
|\ \ | |/
| * Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors.Mark H Weaver2014-11-111-3/+12
* | Keywords have a tc7Andy Wingo2015-01-221-3/+2
* | Merge commit '5af307de43e4b65eec7f235b48a8908f2a00f134'Andy Wingo2015-01-221-2/+7
|\ \ | |/
| * read: Accept "\(" in string literals.Mark H Weaver2014-10-011-2/+7
* | Fix syntax.testAndy Wingo2014-12-101-1/+1
* | Assignment conversion in the interpreterAndy Wingo2014-12-051-18/+13
* | texinfo: fix @url{@@} parsingAndy Wingo2014-11-091-0/+4
* | web: Location header is URI-reference; better URI-reference supportAndy Wingo2014-11-012-4/+351
* | Run some of arrays.test under both compiler & interpreterDaniel Llorens2014-09-302-33/+38
* | Merge branch 'stable-2.0'Mark H Weaver2014-09-3018-303/+606
|\ \ | |/
| * Add (ice-9 unicode) moduleAndy Wingo2014-09-292-0/+29
| * peval: Handle optional argument inits that refer to previous arguments.Mark H Weaver2014-09-281-1/+85
| * tests: Link test against Gnulib.Ludovic Courtès2014-09-171-1/+2
| * Handle ~p in 'format' warnings.Ludovic Courtès2014-08-261-0/+44
| * Make temporary file in coding.test work on MS-Windows.Eli Zaretskii2014-08-131-1/+4
| * Recognize more ARM targets.Ludovic Courtès2014-07-041-0/+6
| * Fix bit-count* bugAndy Wingo2014-07-041-0/+4
| * build: Support pthread builds without 'pthread_cancel' support (Android).Ludovic Courtès2014-07-041-1/+12
| * Recognize arm-* target triplets.Ludovic Courtès2014-07-041-1/+4
| * Remove trailing whitespace from ports.test.Eli Zaretskii2014-07-031-6/+6
| * Untabify some test files.Eli Zaretskii2014-07-033-274/+274
| * Fix problems with Windows file names that use backslashes.Eli Zaretskii2014-07-031-0/+11
| * Unconditionally build and test the ice-9/popen module.Eli Zaretskii2014-07-031-2/+1
| * More fixes for deleting files whose ports are not closed.Eli Zaretskii2014-07-022-1/+4
| * Fix deletion of ports.test test file on MS-Windows.Eli Zaretskii2014-07-021-8/+17