Alexander Iljin
|
1a61ffd4fd
|
odbc: move from unmaintained to extra
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
b260e0a4c3
|
odbc: convert DSN string to alien before use in odbc-connect
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
c78afe8c53
|
odbc, odbc-docs: fix indentation, remove trailing whitespace
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
ca0fa560da
|
odbc: factor some common code into a private word
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
013dc6a7e8
|
odbc: cleanup USING:, resolve ambiguity with "float" and "short"
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
2fd480c17f
|
odbc: replace "1+" with "1 +"
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
7269e834e6
|
odbc: replace >r/>r with dip and locals
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
32bb390d4f
|
odbc: fix referencing and dereferencing the aliens
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
b9eaaa706a
|
odbc: fix CHAR: usage
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
215ec42a05
|
odbc: remove semicolons from the end of FUNCTION: declarations
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
dd323d9638
|
odbc: fix TYPEDEF:s
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
1fbd1d6c7b
|
odbc-docs: fix a typo
|
2016-10-30 14:18:53 -07:00 |
Alexander Iljin
|
2fd5654473
|
Add EOL at EOF for all authors.txt files for consistency
In some instances replaced CR/LF with LF.
|
2016-07-30 09:25:30 -07:00 |
John Benediktsson
|
55cf5472a5
|
using [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
|
2016-07-11 19:50:37 -07:00 |
John Benediktsson
|
6b12e2e3bc
|
use ?delete-file instead of [ delete-file ] ignore-errors.
|
2016-07-10 20:28:46 -07:00 |
Alexander Iljin
|
2db2f0eaa0
|
*-docs: remove extra spaces from the end of various topics
|
2016-06-22 11:27:26 -07:00 |
Doug Coleman
|
58e18ad668
|
ui.gadgets.corners: move to unmaintained. trim using lists.
|
2016-04-04 14:11:54 -07:00 |
John Benediktsson
|
498285d7dd
|
unicode: make this the API for all unicode things.
|
2016-03-30 23:29:48 -07:00 |
Doug Coleman
|
5e92edd74d
|
tags.txt: Remove empty files.
|
2016-03-30 22:14:50 -07:00 |
John Benediktsson
|
a82ae0027d
|
maintain gml, euler, flatland, pong, multi-methods, pair-rockets, variables.
|
2016-03-30 10:30:36 -07:00 |
John Benediktsson
|
90994cc5d0
|
shell: resurrecting from unmaintained to extra.
|
2016-03-27 16:08:35 -07:00 |
Doug Coleman
|
98b5ed8012
|
run-desc: not sure what this is for.
|
2016-03-14 22:51:11 -07:00 |
Doug Coleman
|
d8873f20fc
|
update: move to unmaintained.
|
2016-03-14 22:47:36 -07:00 |
John Benediktsson
|
e477f6996f
|
Fix comments to be ! not #!.
|
2015-09-08 16:15:10 -07:00 |
Doug Coleman
|
6c29da1d16
|
euler: move to unmaintained.
|
2015-07-21 19:35:40 -07:00 |
Doug Coleman
|
5bf77102fc
|
fonts.syntax: not sure what this does, moving to unmaintained for now.
|
2015-07-21 17:33:53 -07:00 |
Doug Coleman
|
81f9e0405c
|
gml: move to unmaintained for now.
|
2015-07-21 17:33:53 -07:00 |
Doug Coleman
|
ccf9e75b79
|
pair-rocket: move to unmaintained for now.
|
2015-07-21 17:33:47 -07:00 |
Doug Coleman
|
269ea7a291
|
persistency: not sure what it does, no docs, no tests. weird parsing word. move to unmaintained.
|
2015-07-21 17:33:14 -07:00 |
Doug Coleman
|
fef2a55f46
|
specialized: no docs, no tests, banished for now.
|
2015-07-21 17:33:14 -07:00 |
Doug Coleman
|
e1e9182c6e
|
extra: move multimethods and pong to unmaintained for now.
|
2015-07-21 17:33:13 -07:00 |
Doug Coleman
|
91bda9066d
|
variables: move to unmaintained. nothing uses this experimental vocab and
we can look at merging its ideas into core soon, but move for now.
|
2015-07-21 12:10:41 -07:00 |
Doug Coleman
|
bc20d1e9f9
|
llvm: move to unmaintained. it segfaults and the tests are disabled.
|
2015-07-18 02:27:00 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
Doug Coleman
|
6e60c811ac
|
core: Rename create to create-word, create-in to create-word-in.
|
2015-06-08 12:47:35 -07:00 |
John Benediktsson
|
2c3492a916
|
minor cleanup to some docs.
|
2015-05-13 16:09:14 -07:00 |
John Benediktsson
|
b366a06c41
|
use reject instead of [ ... not ] filter.
|
2015-05-12 18:50:34 -07:00 |
John Benediktsson
|
f6af1da32f
|
ui: use control-value/set-control-value in a few places.
|
2014-12-17 13:05:00 -08:00 |
John Benediktsson
|
a7b782542d
|
sequences.extras: using sift.
|
2014-12-06 21:20:24 -08:00 |
John Benediktsson
|
818f337b02
|
cleanup "over push" is "suffix!".
|
2014-11-30 08:38:59 -08:00 |
John Benediktsson
|
6a434915d0
|
unmaintained: this should be tags.txt not tags.factor.
|
2014-11-29 17:23:35 -08:00 |
John Benediktsson
|
f79d61060e
|
io.buffers: cleanup interface a bit.
|
2014-11-16 18:54:24 -08:00 |
John Benediktsson
|
760126525b
|
basis/extra: fix using for map-index move back to sequences.
|
2014-11-11 18:00:44 -08:00 |
Doug Coleman
|
7cfa9d9518
|
assocs: Make map-index-as support seq or assoc exemplars and move map-index, map-index-as to assocs because they need to use new-assoc. Make zip-index-as support assoc exemplars. Fix up docs and tests.
assocs.extras: Remove zip-as and move tests to assocs.
|
2014-11-08 18:18:00 -08:00 |
Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
John Benediktsson
|
00ff4cd2bc
|
unmaintained: restore pong.
|
2014-10-24 22:29:44 -07:00 |
John Benediktsson
|
5a2019e098
|
unmaintained: some cleanup.
|
2014-10-24 22:10:08 -07:00 |
John Benediktsson
|
e9c0fe0acf
|
unmaintained: restoring trails, which is a neat processing demo.
|
2014-10-24 21:56:37 -07:00 |
John Benediktsson
|
e9cdfcb03c
|
unmaintained: fix accessors (>>foo) should be foo<<.
|
2014-10-24 21:39:58 -07:00 |
John Benediktsson
|
798f6445bd
|
unmaintained: reanimated cairo demos, mostly working.
|
2014-10-24 21:39:18 -07:00 |