Commit Graph

660 Commits

Author SHA1 Message Date
Renaud 1d5cbe67a4 Move global color variable with color names in random. 2014-12-22 17:39:17 +08:00
Renaud b07c1c0acd Recompile with CRYPT turned off. 2014-12-22 17:39:06 +08:00
Renaud 526c1e3baa Review global literals for mode names and color names. 2014-12-22 17:38:58 +08:00
Renaud 63e2f82211 Move global variable to module scope (display, exec, input). 2014-12-22 17:38:48 +08:00
Renaud 897c50013e Fix crash when "insert-string $HOME", missing length check when copying environment variables. 2014-12-22 17:38:07 +08:00
Renaud d0a5516da6 Move global string literal to eval. 2014-12-22 17:37:57 +08:00
Renaud 2a34d732c5 Move global variables to module scope, public of search and private of word. 2014-12-22 17:37:47 +08:00
Renaud 097de3bcdf Recompile under Cygwin64. Move color names as private to random. 2014-12-22 17:37:37 +08:00
Renaud 422bfa0288 Recompile on Linux. 2014-12-22 17:37:28 +08:00
Renaud 62e887547b Move global search pattern variables to public search scope. 2014-12-22 17:37:17 +08:00
Renaud e2035f0d92 Move global variables to public input scope. 2014-12-22 17:37:06 +08:00
Renaud 6f81579213 Move global variable to private scope. 2014-12-22 17:36:53 +08:00
Renaud 4e7a07405d Review scope of some global variables. 2014-12-22 17:36:44 +08:00
Renaud 015771e7a5 Move search and flag related defines out of estruct. 2014-12-22 17:36:33 +08:00
Renaud 9780b4ce16 Extract Struct terminal from estruct to terminal.h implemented by tcap. 2014-12-22 17:36:24 +08:00
Renaud e97f234607 AEDIT code activation moved from estruct to random.h. 2014-12-22 17:36:14 +08:00
Renaud 1f7826d3a8 Move paragraph related function from basic.c to word.c. 2014-12-22 17:36:06 +08:00
Renaud 9ec9176c81 Centralize kill buffer code in line.c 2014-12-22 17:35:58 +08:00
Renaud 1de3e139bb Move APROP and Token type out of estruct. 2014-12-22 17:35:50 +08:00
Renaud 58642eb97f Move variable related definition from estruct to eval, and ISRCH related ones to isearch. 2014-12-22 17:35:41 +08:00
Renaud 01d108d56d Move struct while and related defines from estruct to exec. Review exec.h. 2014-12-22 17:35:32 +08:00
Renaud 33713eb3bf Add lost comment in search.h (improve on previous commit). 2014-12-22 17:35:22 +08:00
Renaud f99fe6fe54 Move magic related definitions from estruct.h to search.c. Review search.h accordingly. 2014-12-22 17:35:13 +08:00
Renaud 870989f948 Move struct region from estruct.t to regiom.h. 2014-12-22 17:35:04 +08:00
Renaud 7b079662e4 Remove line.h from estruct.h. 2014-12-22 17:34:55 +08:00
Renaud 63feade299 make depend on Cygwin64. 2014-12-22 16:11:42 +08:00
Renaud 263834b7d9 Recompile on linux; Clean up lock prototypes. 2014-12-22 16:11:31 +08:00
Renaud 947c4e7ef4 Make depend missing in previous commit. 2014-12-22 16:11:21 +08:00
Renaud 87cd40ce6a Extract struct buffer and struct window from estruct.h. 2014-12-22 16:11:13 +08:00
Renaud 39e23cb169 Defines.h missing in previous commit. 2014-12-22 16:11:00 +08:00
Renaud ab432a6781 Clean up dependecies on estruct by introducing defines.h. 2014-12-22 16:10:51 +08:00
Renaud 32a5631bde Review return type of log functions. 2014-12-22 16:10:43 +08:00
Renaud f5c715debd Review prototypes of prompting functions. 2014-12-22 16:10:35 +08:00
Renaud 0aea939e21 Review prototypes of function with filenames and lock flag. 2014-12-22 16:10:26 +08:00
Renaud fb6d6bd595 Insure CRYPT is defined before header inclusion. 2014-12-22 16:10:13 +08:00
Renaud 34e2041d8e Include flook header in spawn instead of redeclaring function. 2014-12-22 16:10:05 +08:00
Renaud 226c63b63a Add retcode.h missing from commit d17334e3ae. 2014-12-22 16:09:56 +08:00
Renaud 669b7396d4 Insure flook compile without warning when ENVFUN is 0. 2014-12-22 16:09:48 +08:00
Renaud d266ec4b2a Remove estruct dependencies in headers of fileio and flook. 2014-12-22 16:09:40 +08:00
Renaud c3bffda340 Extract retcode from estruct.h. Clean up log dependencies. 2014-12-22 16:09:31 +08:00
Renaud 45ea35f2a7 Move dependencies from display to log. 2014-12-22 16:09:23 +08:00
Renaud 245c4a0477 Remove dependencies from line to display: Move rdonly from display to loc and create instantiable function logger( retcode, beep, string). 2014-12-22 16:09:15 +08:00
Renaud 451b12319a Add assert to guard logic of static function activation. 2014-12-22 16:09:06 +08:00
Renaud e83feafda1 Minimize Cygwin64 changes & use __unix__ instead of CYGWIN. 2014-12-22 16:08:47 +08:00
Renaud 15012326db Compile under Cygwin64. 2014-12-22 16:08:37 +08:00
Renaud 03bd7dd902 Make line independant of display by introducing instanciable logwrite. 2014-12-22 16:08:21 +08:00
Renaud 4f9598b5da review line dependencies. 2014-12-22 16:08:12 +08:00
Renaud 287c55cbac Insure consistency when REVSTA is off (no reverse status bar). 2014-12-22 16:08:04 +08:00
Renaud 008852ada3 Review buffer public interface. 2014-12-22 16:07:54 +08:00
Renaud 47c67446b0 review naming and lookup of rc and hlp files. 2014-12-22 16:07:47 +08:00