|
8aeb526a2a
|
Clean up abs usage versus implementation.
Clarify ernd() behaviour.
|
2015-10-27 12:51:40 +08:00 |
|
|
26f0f2eb8b
|
Offer va_list version of mlwrite.
|
2015-06-12 17:05:43 +08:00 |
|
|
e2be62323b
|
Review scope of exported variables and functions for bind, eval, file,fileio, random.
|
2015-02-16 11:39:16 +08:00 |
|
|
bb44fc57ad
|
Limit the scope of mlforce to eval.
|
2015-02-13 17:46:42 +08:00 |
|
|
e3c8805260
|
Unify macro debugging code in eval and exec.
|
2015-01-15 14:36:19 +08:00 |
|
|
a634ae5087
|
Retest gflags and limit implementation details to eval.
|
2015-01-10 16:23:19 +08:00 |
|
|
f8c405f501
|
Limit visibility of token types to eval.
|
2015-01-09 17:53:29 +08:00 |
|
|
63776bb3f8
|
Restrict to local scope some internal funtions of eval.
|
2015-01-09 16:00:11 +08:00 |
|
|
3ce31669ae
|
Clean up eval: local scope for gtfun, gtenv, gtusr. Review initial allocation of result buffer returned by gtfun.
|
2015-01-09 15:35:03 +08:00 |
|
|
57e5338ebd
|
Insure &low and &upp don't point to the stack.
|
2015-01-09 09:46:03 +08:00 |
|
|
3be85dec65
|
Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen).
|
2014-12-22 20:58:10 +08:00 |
|
|
bd14ff374f
|
Move globals rval and tabmask to eval and line.
|
2014-12-22 17:43:01 +08:00 |
|
|
f03b7c97e3
|
Move globals variables to related modules.
|
2014-12-22 17:42:27 +08:00 |
|
|
0f6ff70764
|
Move variables from globals to corresponding modules.
|
2014-12-22 17:41:59 +08:00 |
|
|
a027973156
|
Move macbug, cmdstatus and saveflag to eval.
|
2014-12-22 17:40:02 +08:00 |
|
|
31b1cc84fb
|
Move gflags to eval.
|
2014-12-22 17:39:53 +08:00 |
|
|
df349fa061
|
Recompile under CYGWIN64.
Move DEBUGM code to eval and exec.
|
2014-12-22 17:39:35 +08:00 |
|
|
d0a5516da6
|
Move global string literal to eval.
|
2014-12-22 17:37:57 +08:00 |
|
|
9ec9176c81
|
Centralize kill buffer code in line.c
|
2014-12-22 17:35:58 +08:00 |
|
|
1de3e139bb
|
Move APROP and Token type out of estruct.
|
2014-12-22 17:35:50 +08:00 |
|
|
58642eb97f
|
Move variable related definition from estruct to eval, and ISRCH related ones to isearch.
|
2014-12-22 17:35:41 +08:00 |
|
|
9c311a1ba8
|
split efunc into corresponding headers.
|
2014-12-22 14:46:16 +08:00 |
|