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
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
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
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
Alex Shinn
1d9038d3ca
removing leftover noops from debugging
2016-12-18 16:06:56 +09:00
Alex Shinn
3e796be258
adding initial non-greedy match support
2016-12-15 00:33:57 +09:00
Alex Shinn
50b17ac397
working towards snow portability
2016-10-17 23:00:14 +09:00
Alex Shinn
74d4fa3199
match should treat keywords as literals, not identifiers, in Chicken
2016-10-05 23:13:29 +09:00
Alex Shinn
38b8a6056c
fixing typo in conf-verify-match
2016-09-28 23:31:06 +09:00
Alex Shinn
70c85542e2
portability fixes for (chibi log)
2016-09-28 23:24:08 +09:00
Alex Shinn
6b5c2c3d0b
struct tm year is offset by 1900
2016-09-28 23:23:22 +09:00
Alex Shinn
7b0cca9403
fixing portable string-join definition to allow a separator
2016-09-28 23:22:44 +09:00
Alex Shinn
ca1a2bd3ae
replace problematic ::: which may be interpreted as a keyword with ooo
2016-09-28 22:21:25 +09:00
Alex Shinn
76211609ff
portability changes
2016-09-26 23:10:09 +09:00
Alex Shinn
b238edb0cd
fixing tar-create (bad timestamps and wrong args to directory-fold-tree)
...
Fixes issue #344 .
2016-06-01 00:42:43 +09:00
Alex Shinn
5804493889
additional string-cursor fixes for snow
2016-05-19 23:38:13 +09:00
Alex Shinn
3d8fbafab9
fixing disjoint cursor bug
2016-05-19 00:56:02 +09:00
Alex Shinn
1d0b67586a
more intersection/difference tests
2016-05-18 23:17:26 +09:00
Alex Shinn
09dc9f89af
optimizing iset-intersection
2016-05-17 23:38:29 +09:00
Alex Shinn
8a8705693e
overdue optimization for iset-diff (and char-set-complement)
2016-05-16 08:12:56 +09:00
Alex Shinn
046f22a33d
adding optional third argument to default (non-chibi, non-srfi-23) string-contains
2016-05-15 20:11:21 +09:00
Alex Shinn
f1a2a8a8e0
s/string-cursor-backward/string-cursor-back/g
2016-05-15 20:07:26 +09:00
Alex Shinn
19f6ea6054
s/string-cursor-backward/string-cursor-back
2016-05-15 07:40:38 +09:00
Alex Shinn
757ff7733e
making string-contains accept/return cursors
2016-05-10 22:48:32 +09:00
Alex Shinn
dba286d130
string-contains should return a string-cursor
2016-05-09 23:52:38 +09:00
Alex Shinn
7b88bdca36
disjoint cursor bugs in server-util
2016-05-08 16:03:43 +09:00
Alex Shinn
345da04e72
Fix containing-module on opcodes (fixes issue #326 ).
2016-05-01 16:50:27 +09:00
Alex Shinn
b9244e39f6
fixing doc typos
2016-05-01 16:43:52 +09:00
Alex Shinn
0763d47d1c
fixing disjoint cursor bug in create-directory*
2016-04-29 09:13:17 +09:00
Alex Shinn
e6bddd9199
module-defines? should analyze the module if needed
2016-04-29 09:07:02 +09:00
Alex Shinn
3b57a78f98
Merge pull request #322 from mnieper/emscripten
...
Exclude unsupported functions in Emscripten version
2016-04-10 13:11:36 +09:00
Marc Nieper-Wißkirchen
92c74a566a
Update system.sld
...
Remove unconditional exports
2016-04-09 16:13:43 +02:00
Alex Shinn
d8a29fed49
fixing disjoint cursor type bug in string-common-prefix-length
2016-04-08 22:56:53 +09:00
Marc Nieper-Wisskirchen
11f5a5473e
Exclude unsupported functions in Emscripten version
2016-04-08 15:48:45 +02:00
Alex Shinn
f32e3086b5
fixing bug in string-find?
2016-04-08 22:05:46 +09:00
Alex Shinn
0c80f38a19
making string-cursors a disjoint type
2016-03-29 22:25:09 +09:00
Alex Shinn
3dcac282ad
removing test-error cases that would trigger a compile-time error in chicken
2016-03-19 15:40:00 +09:00
Alex Shinn
2e0aa1b36d
adding missing ; in string hex escapes required by r7rs
2016-03-19 15:26:10 +09:00
Alex Shinn
0251d14653
making (chibi term ansi) tests standalone to avoid circular dep on (chibi test)
2016-03-19 15:15:28 +09:00
Alex Shinn
6fe952e108
fixing named match-let
2016-03-06 22:54:28 +09:00
Alex Shinn
b60a9a28a7
move definitions to start of body
2016-02-28 18:05:02 +09:00
Alex Shinn
8ea51a77ce
Include current buffered offset in file-position for output ports.
...
Fixes issue #273 .
2016-02-28 17:36:40 +09:00