Commit graph

6900 commits

Author SHA1 Message Date
Jeremy Cooper
82b2abbb6a Fixed typo in unixint.d 2017-03-18 22:39:50 +00:00
Daniel Kochmański
364c27d81c manual: fix typos in chapters
Closes #367.
2017-03-16 08:52:57 +01:00
Daniel Kochmański
57131d9010 Merge branch 'develop' into 'develop'
update ecldoc for new example of asdf

See merge request !60
2017-03-16 07:49:11 +00:00
Bo Yao
b2a3924784 update ecldoc for new example of asdf 2017-03-15 22:37:32 -04:00
Daniel Kochmański
d478e84444 Merge branch 'develop' of gitlab.com:embeddable-common-lisp/ecl into develop 2017-03-15 19:00:30 +01:00
Daniel Kochmański
36a1494a56 Merge branch 'kjak/ecl-develop' into develop 2017-03-15 18:49:02 +01:00
Daniel Kochmański
3d25012c55 Merge branch 'develop' into 'develop'
add an example for build asdf with dependence

See merge request !59
2017-03-15 17:27:14 +00:00
Bo Yao
fb7117a171 add an example for build asdf with dependence 2017-03-15 13:08:34 -04:00
Kris Katterjohn
3b1db15c2b Use some previously unused variables 2017-03-14 15:57:03 -05:00
Kris Katterjohn
5095097a6a Wrap variable definitions in #ifdef's to avoid unused-variable warnings 2017-03-14 15:53:32 -05:00
Kris Katterjohn
892a3e92f3 Remove some unused variables 2017-03-14 15:51:13 -05:00
Daniel Kochmański
da0a9b6f65 Merge branch 'develop' into 'develop'
Some improvements to the help output

See merge request !57
2017-03-13 06:51:38 +00:00
Kris Katterjohn
5f0dc68ec3 Fix some typos in help output 2017-03-12 19:48:28 -05:00
Kris Katterjohn
348443db93 Correct the abbreviation for :print in stepper help output 2017-03-12 19:41:16 -05:00
Kris Katterjohn
ab6efd0a0c Fix whitespace issues in stepper help output [3/3]
Ignore additional whitespace in the description of :skip
2017-03-12 19:39:09 -05:00
Kris Katterjohn
6dfa232e72 Fix whitespace issues in stepper help output [2/3]
Realign so that "[Stepper command]" and "[Abbreviation]" are lined
up with each other and with the break, help and toplevel commands.
2017-03-12 19:37:15 -05:00
Kris Katterjohn
e61f67bd78 Fix whitespace issues in stepper help output [1/3]
Realign the quick summaries to line up each other and with the quick
summaries for the break, help and toplevel commands.
2017-03-12 19:33:40 -05:00
Daniel Kochmański
0e3d9d685d Merge branch 'fix#363' into 'develop'
fix #363 make check fail with "Odd number of keys."

Closes #363

See merge request !54
2017-02-27 16:09:45 +00:00
Fabrizio Fabbri
f0ae1b2d63 Reduce warning with clang compiler. 2017-02-25 02:40:03 +01:00
Fabrizio Fabbri
91dae272cd fix #363 make check fail with "Odd number of keys." 2017-02-25 02:39:28 +01:00
Daniel Kochmański
a9eb112a99 file.d: fix invalid predicate call 2017-02-23 20:19:46 +01:00
Daniel Kochmański
307d6b5c2d unicode: initialize array correctly
Fix sent by Jerry James.
2017-02-23 20:18:55 +01:00
Daniel Kochmański
a810a4f73d ext:system: don't escape arguments 2017-02-18 07:53:55 +01:00
Daniel Kochmański
204062999f Merge branch 'refactor-run-program' into develop
Refactor run-program to have HL interface in lisp sources. Add proper
argument escaping on Windows (fixes #304).

TODO:
- write tests for run-program
- documentation
- move external-process logic to process.lsp
- implement external-process-pipe-thread
2017-02-17 19:26:22 +01:00
Daniel Kochmański
039f49a02e run-program: windows: sanitize args 2017-02-17 19:04:45 +01:00
Daniel Kochmański
d07fbcb9fd run-program: windows: args 2017-02-17 19:03:08 +01:00
Daniel Kochmański
a26791e9fb run-program: on windows argv is a string (no car) 2017-02-17 18:59:39 +01:00
Daniel Kochmański
ca08f94430 cosmetic 2017-02-17 18:45:04 +01:00
Daniel Kochmański
9e69603e4f run-program: fix misconception 2017-02-17 18:43:19 +01:00
Daniel Kochmański
2b2ef967ef run-program: don't modify command 2017-02-17 18:31:36 +01:00
Daniel Kochmański
10242910f9 Merge branch 'develop' into refactor-run-program 2017-02-17 18:30:32 +01:00
Daniel Kochmański
ee10aa7313 run-program: error stream direction is output 2017-02-17 17:58:13 +01:00
Daniel Kochmański
1360bc1306 cosmetic: add comment 2017-02-17 17:25:12 +01:00
Daniel Kochmański
212a60e9bc run-program: if gray-stream passed, propose continuation
If execution is continued, new stream is created.
2017-02-17 17:24:19 +01:00
Daniel Kochmański
76e503ed7a run-program: if gray-stream passed, propose continuation
If execution is continued, new stream is created.
2017-02-17 17:22:26 +01:00
Daniel Kochmański
2fb64f6d82 run-program: process passed arguments properly 2017-02-17 16:49:32 +01:00
Daniel Kochmański
d8c4da22fc run-program: use previously prepared arguments 2017-02-17 16:24:48 +01:00
Daniel Kochmański
9a166af99c run-program: typos / ommisions 2017-02-17 16:05:16 +01:00
Daniel Kochmański
86faf44d2a run-program: initial separation (logic / low-level interface) 2017-02-17 15:21:31 +01:00
Daniel Kochmański
6fe66843de cosmetic: be explicit about comments 2017-02-17 14:19:51 +01:00
Daniel Kochmański
d9a715d7da cleanup: remove dead code (2) 2017-02-17 14:18:45 +01:00
Daniel Kochmański
dfa4d36384 cleanup: remove dead code 2017-02-17 14:18:27 +01:00
Daniel Kochmański
e3b8c3a668 msvc: improve clean targets
Contributed on GitLab by @Exaybachay.
2017-02-17 09:01:06 +01:00
Daniel Kochmański
9e4370bd88 encodings: ommited file 2017-02-17 08:57:58 +01:00
Daniel Kochmański
37083b5836 encodings: typo and more exact proclamation
by mistake make-encoding was bound to load-encoding. Also we have
proclaimed, that make-encoding always returns hash-table.
2017-02-17 08:57:05 +01:00
Daniel Kochmański
091d53626b encoding: typo 2017-02-16 21:31:51 +01:00
Daniel Kochmański
1b90599696 encodings: get rid of spurious function
We don't need explicit si_make_encoding.
2017-02-16 21:29:42 +01:00
Daniel Kochmański
0b66672d7f changelog: update 2017-02-16 20:48:05 +01:00
Daniel Kochmański
bdc75e42da encodings: don't fake ext:make-encoding in dispatch table
si_make_encoding was bound to ext:make-encoding before version in
iolib.lsp was overwriting it. That caused maybe_fix_console to fail on
Windows due to infinite concurrency (si_make_encoding called itself,
because iolib.lsp wasn't called yet).

Fixes #160.
2017-02-16 20:44:07 +01:00
Daniel Kochmański
1c8284c17c Merge branch 'develop' into 'develop'
Add ABORT keyword argument to SB-BSD-SOCKETS:SOCKET-CLOSE

See merge request !52
2017-02-12 09:48:04 +00:00