Alex Shinn
36bcf9c3e2
Added some clarifying comments.
2014-07-28 22:16:37 +09:00
Alex Shinn
7c181ca3fe
chibi-doc traverses include-library-declarations.
2014-07-27 16:36:01 +09:00
Alex Shinn
4e52ffc411
Supporting literate docs inside nested forms, currently only define-library and begin.
2014-07-27 16:15:48 +09:00
Alex Shinn
4fa1eacaa6
Adding a list sorting example.
2014-07-27 16:14:43 +09:00
Alex Shinn
a8798e24c3
Adding a note about sorting containers.
2014-07-27 16:10:30 +09:00
Alex Shinn
389f5388f0
Using consistent spacing.
2014-07-27 16:08:28 +09:00
Alex Shinn
bdd953c1e0
Shared libraries need to be installed executable for cygwin.
...
Fixes issue #231 .
2014-07-25 19:27:31 +09:00
Alex Shinn
bec0275bf2
Adding escapes for basic ansi colors as well.
2014-07-24 22:48:55 +09:00
Alex Shinn
706fdad575
Don't generate implicit docs for already explicitly documented procs and macros.
2014-07-24 22:44:16 +09:00
Alex Shinn
bb0767eb45
Adding initial 256 color support to (chibi term ansi).
2014-07-23 23:21:45 +09:00
Alex Shinn
9be980a100
Tentative change to enable restarting at a fresh line in the REPL.
2014-07-23 23:01:41 +09:00
Alex Shinn
455c8debce
Don't report missing test source for the pathological case of testing the literal #f.
2014-07-23 20:09:09 +09:00
Alex Shinn
76501b602f
Use (chibi term ansi) library in (chibi test) instead of inlined ansi procedures.
2014-07-22 23:36:43 +09:00
Alex Shinn
1925b068ef
Adding (chibi term ansi) library from Alan Watson.
2014-07-22 23:28:54 +09:00
Alex Shinn
e7d199ef03
Adding include-library-declarations support.
2014-07-22 21:50:04 +09:00
Alex Shinn
8bc0a3b454
Reporting explicitly when no matching module exports are found.
2014-07-22 21:26:07 +09:00
Alex Shinn
c74e14cbdb
Don't consider undefined bindings as implicit exports.
2014-07-22 21:21:44 +09:00
Alex Shinn
b54aca219e
-R without an adjoined argument now checks whether the next argument
...
begins with a "-" to determine if it's the -R value versus another option.
2014-07-21 22:09:05 +09:00
Alex Shinn
7e9ffa3c12
Erroring when trailing data given to no-arg options.
2014-07-21 22:03:17 +09:00
Alex Shinn
c5fccbd0ae
Manual improvements suggested by Alan Watson.
2014-07-20 09:58:31 +09:00
Alex Shinn
52de854b25
Better error message when trying to use -R on an unknown module.
2014-07-20 09:25:47 +09:00
Alex Shinn
536f9bfa90
Constant-folding symbol->keyword* in chibi.
2014-07-16 23:09:59 +09:00
Alex Shinn
931233a844
Fixing rest handling of let-keywords to only include unknown keys.
2014-07-16 22:33:13 +09:00
Alex Shinn
eb5cce75ce
Documenting (chibi optional). Fixing let-keywords usage with
...
implicit keywords.
2014-07-16 00:58:48 +09:00
Alex Shinn
1d5f06a641
Sorting modules in undefined binding warning.
...
Printing an initial message that we're searching.
2014-07-12 17:10:51 +09:00
Alex Shinn
c160d03024
Prune directories from module search once we've gone two levels
...
without seeing any modules.
2014-07-12 17:02:09 +09:00
Alex Shinn
bca1281acb
Adding missing nwb support.
2014-07-11 06:53:10 +09:00
Alex Shinn
53c7dfd71e
When annotating regexp states with the leftmost longest match,
...
prefer the leftmost even if the end of either match has not
yet been completed. If two matches start on the same state,
prefer an uncompleted end to a completed one.
Fixes issue #229 .
2014-07-10 22:59:12 +09:00
Alex Shinn
8b39d35dc1
Adding license.
2014-07-10 00:34:36 +09:00
Alex Shinn
6f052f2103
Using unzipped data for digests.
2014-07-09 23:50:19 +09:00
Alex Shinn
03fc4e69eb
Exporting regexp-match-submatch-start regexp-match-submatch-end.
...
Fixes issue #228 .
2014-07-09 07:35:22 +09:00
Alex Shinn
93002110f4
run-application prints help when a command is expected and none given
2014-07-08 22:52:14 +09:00
Alex Shinn
1e69cbc90f
Asking for confirmation instead of failing automatically
...
on digest and signature mismatches.
2014-07-08 22:44:51 +09:00
Alex Shinn
6be655083c
Adding path-resolve and uri-resolve utilities.
2014-07-08 22:40:53 +09:00
Alex Shinn
78f31ede20
Better error messages.
2014-07-08 22:39:56 +09:00
Alex Shinn
3031b50406
Adding build option to print stack traces on segfault.
2014-07-06 21:47:36 +09:00
Alex Shinn
b127607cda
OS X expects dylib file names to be .VERSION.dylib, not .dylib.VERSION.
...
Patch from utizoc.
Fixes issue #227 .
2014-07-06 21:33:56 +09:00
Alex Shinn
c284f09d51
Adding explanation of install PREFIX to manual.
2014-07-02 22:57:29 +09:00
Alex Shinn
d181f28c24
Allowing --uri arguments for reg-key and upload.
2014-07-01 22:23:47 +09:00
Alex Shinn
3b410c5ac1
Include library directory header in snowball even when no include files are present.
2014-07-01 21:54:05 +09:00
Alex Shinn
9fd5104733
Install shared libraries with 755 permissions, needed by cygwin.
...
Patch from Takashi Kato, fixes issue #225 .
2014-07-01 05:00:09 +09:00
Alex Shinn
fc78592413
Added tag 0.7 for changeset f1192cb27b5e
2014-06-29 23:04:19 +09:00
Alex Shinn
31901309f8
make cleaner should remove versions so files
2014-06-29 22:52:02 +09:00
Alex Shinn
3398ce5980
Adding a quick list of snow commands.
2014-06-29 22:37:58 +09:00
Alex Shinn
d203016551
run-application takes an optional initial config argument
2014-06-29 22:10:19 +09:00
Alex Shinn
15fb65b2d5
Adding more default tests.
2014-06-29 21:38:44 +09:00
Alex Shinn
048acde7d7
Documenting options.
2014-06-29 21:35:29 +09:00
Alex Shinn
fbcbe4dfad
Tweaks to the manual.
2014-06-29 21:10:24 +09:00
Alex Shinn
7ebca71023
Updating recent contributors.
2014-06-29 20:59:55 +09:00
Alex Shinn
cebea6fca1
Making default key size 512 bits for now.
2014-06-29 13:52:08 +09:00