Alex Shinn
c03ae08bbd
various portability improvements
2017-03-26 16:00:31 +09:00
Alex Shinn
3b2e694372
removing own username from tar tests
2017-03-25 19:44:36 +09:00
Alex Shinn
be907a31e3
porting (chibi temp-file) and (chibi zlib) to chicken
2017-03-25 18:26:35 +09:00
Alex Shinn
e8c9def652
add type-printer-set! to (chibi ast) (fixes issue #401 )
2017-03-25 17:52:53 +09:00
Alex Shinn
d482daa106
provide a nicer binary type interface
2017-03-25 17:46:30 +09:00
Alex Shinn
ae76cc7149
adding version of define-binary-record-type that works with chicken
2017-03-25 17:29:42 +09:00
Alex Shinn
938af37a2b
Merge pull request #398 from VermillionAzure/master
...
Arranged definitions to prevent double definition
2017-03-12 18:15:32 +09:00
Alex Shinn
2c93246f34
converting (chibi binary-record) to pure syntax-rules
2017-03-12 18:14:11 +09:00
VermillionAzure
b955dc2698
Arranged definitions to prevent double definition
...
- It is possible to define `strcasecmp` and
`strncasecmp` twice if `__MINGW32__` is defined.
However, the same definition is used if it's not.
Therefore, I just moved it inside of the "if-defined"
case. It removes the errors pertaining to that header.
- Additional compilation errors related to the filesystem
implementation and POSIX definitions of constants still
are brought up when compiling on Windows 10, MSYS2-mingw-w64
with gcc.
2017-03-06 00:11:25 -10:00
Alex Shinn
d152dd6237
import (scheme base)
2017-02-20 22:24:49 +09:00
Alex Shinn
e1d58eb84a
adding SHUT_{RD,WR} from mkeeter
2017-02-20 22:14:15 +09:00
Alex Shinn
dbf322b1d2
windows fixes from mkeeter
2017-02-17 23:13:24 +09:00
Alex Shinn
63767bce2b
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
2017-02-13 22:43:30 +09:00
Alex Shinn
87ac9fd633
port (chibi filesystem) to chicken
2017-02-13 22:43:08 +09:00
Alex Shinn
652f350c54
Merge pull request #397 from nmve/patch-1
...
Update README.md
2017-02-01 22:37:30 +09:00
nmve
6310129cb0
Update README.md
2017-02-01 10:22:00 +02:00
Alex Shinn
1a1dfc64ca
supporting installing srfi's for chicken
2017-01-31 22:47:01 +09:00
Alex Shinn
57f1b44d14
chicken workarounds
2017-01-30 23:08:04 +09:00
Alex Shinn
1a86331335
making regexp tests portable
2017-01-30 22:57:24 +09:00
Alex Shinn
812dc59b20
removing debug output
2017-01-30 22:51:52 +09:00
Alex Shinn
7c12b0aaf3
sort libs within a package before installing,
...
plus other small fixes for (chibi iset) for chicken
2017-01-30 22:48:02 +09:00
Alex Shinn
374034d7e0
adding (srfi 115) wrapper around (chibi regexp)
2017-01-25 00:30:10 +09:00
Alex Shinn
421ef0b010
strip syntactic closures for unquoted vector literals
2017-01-24 23:49:13 +09:00
Alex Shinn
9ca33d82f4
removing (chibi) import from prime tests
2017-01-23 23:32:32 +09:00
Alex Shinn
46687d7307
removing (chibi) import from sha2 tests
2017-01-23 23:29:26 +09:00
Alex Shinn
cd258bfc08
removing (chibi) import from md5 tests
2017-01-23 23:26:31 +09:00
Alex Shinn
7b936e4190
adding dummy with-raw-io and get-terminal-width defs
2017-01-23 23:21:06 +09:00
Alex Shinn
ac6d0124c4
making (chibi term edit-line) portable, using from (chibi snow interface)
2017-01-23 23:12:58 +09:00
Alex Shinn
92daa43114
allowing --noimage option to snow-chibi
2017-01-23 23:12:25 +09:00
Alex Shinn
d1eaf80ce8
fixing typo in handling of TEST_VERBOSE env var
2017-01-23 22:10:48 +09:00
Alex Shinn
63cea7ccb5
fixing sexp_make_random_source type tag on linux
2017-01-20 23:24:44 +09:00
Alex Shinn
260f55adec
Use a context global instead of a static C global for the default random source.
...
Fixes issue #385 .
2017-01-20 00:49:11 +09:00
Alex Shinn
29328bfc9d
Fixing snow doc extraction for multiple levels of includes.
2017-01-19 23:58:09 +09:00
Alex Shinn
a169e19159
Create example env lazily to avoid spurious warnings.
...
Also allow example-import-only to disable importing of the default env.
Fixes issue #390 .
2017-01-14 23:16:58 +09:00
Alex Shinn
0fa1179c2f
add -T option to disable TCO
2017-01-14 16:51:07 +09:00
Alex Shinn
2f1b730f65
strip syntactic-closures in quoted vectors (fixes issue #389 )
2017-01-14 16:34:16 +09:00
Alex Shinn
789b448e54
recursively install library-include-declarations
2017-01-14 16:23:17 +09:00
Alex Shinn
302ee50075
fixing path resolution for include-library-declarations
2017-01-14 15:52:06 +09:00
Alex Shinn
2735b36c87
adding type checks for random-source-make-*
2017-01-14 15:08:14 +09:00
Alex Shinn
f691ae6a76
determining chicken-binary-version from (##sys#fudge 42)
2017-01-14 15:00:21 +09:00
Alex Shinn
396baa752f
Updating chicken install path to 8.
2017-01-14 14:54:06 +09:00
Alex Shinn
dc9284d47c
updating snow tests to use lib/chicken/8
2017-01-12 02:00:09 +09:00
Alex Shinn
0a3c689abe
Merge pull request #391 from mnieper/let-values
...
fixed let(*)-values when no bindings are given
2017-01-11 08:18:29 +09:00
Marc Nieper-Wißkirchen
7197accf1f
fixed let(*)-values when no bindings are given
2017-01-10 22:59:00 +01:00
Alex Shinn
6e99306ccd
Only include up to 4 octal digits of file mode info in tar files.
...
The fifth digit (S_IFMT) is used for the file type (e.g. S_IFDIR=040000
for a directory), which in the tar format is handled separately in
the type field. This digit is generally ignored by GNU tar and
other implementations, but confuses midnight commander.
Fixes issue #384 .
2017-01-10 22:17:25 +09:00
Alex Shinn
71b00779bc
Merge pull request #388 from ecraven/stderr
...
Display warning on stderr, not stdout.
2017-01-10 00:34:41 +09:00
Alex Shinn
def23d647e
Merge pull request #387 from ecraven/add-rxvt-unicode-256color
...
Return #t from ansi-escapes-enabled? for $TERM rxvt-unicode-256color
2017-01-10 00:31:44 +09:00
Alex Shinn
9788132c6a
add procedure-flags
2017-01-10 00:26:46 +09:00
Peter
ccc4b87bc9
Display warning on stderr, not stdout.
...
Right now, a part of the warning (undefined variable: foo, is exported by: ..)
is displayed to stdout. This patch makes the entire message show up on stderr,
not split up between the two output streams.
2017-01-09 08:27:14 +01:00
Peter
a0b8409fe7
Return #t from ansi-escapes-enabled? for $TERM rxvt-unicode-256color
2017-01-08 00:37:25 +01:00