|
893658b3ef
|
Fix issue #5 by rolling back commit 06b0d3f . This insure compatibility with both CYGWIN and XTERM terminals under Cygwin.
|
2016-02-12 13:11:50 +08:00 |
|
|
c378a80204
|
Recompile with -pedantic.
|
2015-11-25 10:42:33 +08:00 |
|
|
e3d7efda7f
|
Add CRYPT mode to buffer when doing a set-encryption-key on a buffer where the mode is not set yet.
|
2015-11-06 11:33:05 +08:00 |
|
|
8aeb526a2a
|
Clean up abs usage versus implementation.
Clarify ernd() behaviour.
|
2015-10-27 12:51:40 +08:00 |
|
|
83b4028c95
|
Avoid 176719 periodicity of &rnd 0.
|
2015-10-22 16:57:56 +08:00 |
|
|
9b1c5f48a2
|
Consistent use of upmode() to update all mode lines.
|
2015-10-22 15:26:07 +08:00 |
|
|
c1ebad4808
|
Always re-write entire line if reversed. This avoid minor redraw error with apropos.
Remove DEC Rainbow 100 specific code.
|
2015-10-22 10:10:39 +08:00 |
|
|
e5e2ca0636
|
Fix CID114556: Copy into fixed size buffer.
|
2015-10-05 17:44:05 +08:00 |
|
|
4feb70b484
|
Fix CID114555: Unchecked return value.
|
2015-10-05 17:42:57 +08:00 |
|
|
fa96d9e63e
|
Merge branch 'execute'
|
2015-10-05 14:22:39 +08:00 |
|
|
4918da601c
|
Increase version number before merge to master branch.
|
2015-10-05 14:20:15 +08:00 |
|
|
45f138ac07
|
Remove mlreply after transition to replacement newmlarg.
|
2015-10-05 14:15:24 +08:00 |
|
|
15453a9d52
|
Spawn commands based on newmlarg (replacement of mlreply).
|
2015-10-05 14:06:53 +08:00 |
|
|
bcba236265
|
Exec commands based on newmlarg (replacement of mlreply).
|
2015-10-05 13:27:45 +08:00 |
|
|
b59a47bb3a
|
File commands based on newmlarg (replacement of mlreply).
|
2015-10-05 11:34:33 +08:00 |
|
|
b86ceeaf5e
|
Buffer commands based on newmlarg (replacement of mlreply).
|
2015-10-01 09:11:54 +08:00 |
|
|
db30d6d734
|
Mode commands based on newmlarg (replacement of mlreply).
|
2015-10-01 08:19:39 +08:00 |
|
|
575659b1c1
|
apropos based on newmlarg (replacement of mlreply).
|
2015-10-01 08:03:14 +08:00 |
|
|
9682cdb2d2
|
Maps M-S to hunt-forward to match DOS Alt-S behavior.
|
2015-10-01 07:38:41 +08:00 |
|
|
06b0d3f00d
|
Switch back from termio to posix for Cygwin to be better aligned with Linux.
|
2015-10-01 07:26:15 +08:00 |
|
|
d3b02af275
|
Missing random.c from commit 198980b , review of newmlargt interface.
|
2015-09-29 15:06:08 +08:00 |
|
|
f13ae3957c
|
Replace mlreply by newmlarg in eval, allowing user variable length to exceed 255 bytes.
|
2015-09-29 11:43:30 +08:00 |
|
|
7f5f0dd7b3
|
Introduce newmlarg as alternative to mlreply.
Rewrite gotoline accordingly.
|
2015-09-29 10:43:19 +08:00 |
|
|
198980b81f
|
Review newmlargt interface and obsolete mlreplyt.
|
2015-09-29 10:25:36 +08:00 |
|
|
ce4d105794
|
Allow either dynamic or pre-defined input size from message line.
Insure to capture ABORT status when doing input from message line.
|
2015-09-28 17:46:00 +08:00 |
|
|
3ffa8967ef
|
Align implementation of overwrite-string with insert-string.
|
2015-09-28 13:37:22 +08:00 |
|
|
cbbd860bdc
|
Rework insert-string for dynamic token input.
|
2015-09-27 22:13:20 +08:00 |
|
|
cfa5c7fb65
|
Review getnewtoken, introduce getnewtokval and rewrite function evaluation accordingly.
|
2015-09-27 21:11:51 +08:00 |
|
|
b5eb424ad0
|
Introduce newtoken()/getnewtoken() for full length extraction of tokens.
|
2015-09-27 19:19:55 +08:00 |
|
|
2c9cbbfb1e
|
write-message buffer adjust to full width of the terminal.
|
2015-09-18 17:55:35 +08:00 |
|
|
e0550db4d1
|
$line returns a full copy of the current line instead of truncated at NSTRING.
|
2015-09-18 17:53:58 +08:00 |
|
|
c3f4666ff3
|
Review usage of mlreply/ macarg/ gettokval according to execution context.
|
2015-09-01 11:29:08 +08:00 |
|
|
8d412dc388
|
Review file scope of functions dealing with token extraction and token evaluation.
|
2015-08-25 16:34:15 +08:00 |
|
|
51967939b8
|
Harmonize usage of mlreply, mlreplyt and nextarg based on actual needs (input always terminated either on meta or newline characters).
|
2015-08-25 09:17:41 +08:00 |
|
|
1ab601071e
|
In order to support # as comment indicator, buffer content prefix is changed to '='. #buffername becomes =buffername.
|
2015-08-19 15:46:40 +08:00 |
|
|
6b3061cedb
|
'#' as an alternative to ';' to start a comment.
|
2015-08-19 15:43:50 +08:00 |
|
|
02d12c5d84
|
Allow -x cmdfile as an alternative to @cmdfile options.
|
2015-08-19 15:42:16 +08:00 |
|
|
84bf4de212
|
Review function name table search in eval.c:gtfun.
|
2015-07-24 10:21:37 +08:00 |
|
|
c10b525fb5
|
Clarify code intent of emergencyexit().
|
2015-07-17 10:48:17 +08:00 |
|
|
2522a858c1
|
Fix CID#39937 Copy into fixed size buffer.
|
2015-07-17 10:44:35 +08:00 |
|
|
dfc9a50fcf
|
Fix CID#39903 Unchecked return value.
|
2015-07-17 10:01:17 +08:00 |
|
|
4d19ef668a
|
Literals starting with '-' were interpreted as command token instead of literal token, "-3 set %i" failed as -3 was tried as command instead of an argument to set.
|
2015-06-12 21:06:18 +08:00 |
|
|
26f0f2eb8b
|
Offer va_list version of mlwrite.
|
2015-06-12 17:05:43 +08:00 |
|
|
405d8683dc
|
Tabs are rendered as spaces on message line. This fixes debug info when $debug is TRUE.
|
2015-06-12 13:42:23 +08:00 |
|
|
90c170e200
|
FIX: 'insert-string &add -1 -2147483647' was '-./,),(-*,(' instead of '-2147483648'.
|
2015-06-06 08:25:44 +08:00 |
|
|
4a0759fa89
|
Rename parameter to avoid OpenHub line counter misinterpretation as C++.
|
2015-05-27 16:43:33 +08:00 |
|
|
783ad9c2f0
|
Add Coverity badge to README.
|
2015-05-08 17:10:34 +08:00 |
|
|
1adae6bead
|
Fix: list-buffers sizes reported wrong sizes as it used curbp to access EOL flags in buffer mode.
|
2015-05-06 09:11:23 +08:00 |
|
|
6dfc2f057e
|
Add 2 as a valid value of tab length. {2, 4, 8}
|
2015-05-05 19:42:53 +08:00 |
|
|
42d4a6be70
|
sizes reported by list-buffers are aligned with size reported by buffer-position.
|
2015-05-05 19:34:12 +08:00 |
|