chibi-scheme/lib
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
..
chibi Only include up to 4 octal digits of file mode info in tar files. 2017-01-10 22:17:25 +09:00
scheme guard should raise, not raise-continuable, as the default 2016-06-04 21:49:12 +09:00
srfi Fixing bitwise-ior/xor on negative bignums (issue #375). 2016-08-06 15:42:01 +09:00
init-7.scm Don't treat underscore as a pattern variable. Fixes issue #382. 2017-01-01 09:48:34 +09:00
meta-7.scm Fix containing-module on opcodes (fixes issue #326). 2016-05-01 16:50:27 +09:00