52dea401f8
fixed mistakes in some assertions
hyung-hwan2020-03-05 15:22:55 +00:00
ea20bde917
updated open handling in standard console and file handlers
hyung-hwan2020-03-05 15:11:55 +00:00
75cb22aaec
renamed hawk_setgblbyname() to hawk_setgbltostrbyname()
hyung-hwan2020-03-05 09:04:14 +00:00
b7d29ffc86
added hawk_isvalidident() & hawk_setgblbyname(). fixed the standard console input handler to process special arguments of the var=val format
hyung-hwan2020-03-05 06:33:58 +00:00
e8e5aa7935
fixed a bug handling -v in bin/main.c
hyung-hwan2020-03-04 13:59:03 +00:00
7980e12999
changed the unary bitwise negation operator to a single tilde which overlaps with the regex match operator
hyung-hwan2020-03-04 09:54:38 +00:00
916da0fd59
fixed wrong error handling in bin/mani.c
hyung-hwan2020-03-04 09:25:17 +00:00
2ce27360d5
set the initial value of FS to a single space letter
hyung-hwan2020-03-04 06:34:23 +00:00
ef2acc19a5
shortened @pragma startup to @pragma entry adding experimental io multiplexer support to the sys module
hyung-hwan2020-01-24 14:15:58 +00:00
27e0b5f4f7
renamed hawk_dflerrstr() to hawk_dfl_errstr(). removed the hawk_t* argument from hawk_dfl_errstr(). added the _cmd field to Hawk
hyung-hwan2020-01-15 04:59:36 +00:00
b7fecc3172
added a new global variable BRS for byte reading. wrote some more functions to support byte reading
hyung-hwan2020-01-14 14:55:34 +00:00
b62142dea7
fixed the bug of having omitted setting an error message when given wrong handle. more fixes in HawkStd
hyung-hwan2020-01-06 08:53:31 +00:00
dae8b5428d
more error information handling touch-up in parse.c
hyung-hwan2020-01-03 14:16:24 +00:00
ec5e61278c
corrected the random max value. some more error information handling improvement in parse.c
hyung-hwan2020-01-03 10:35:45 +00:00
01464d1fb1
better error information handling in parse.c
hyung-hwan2020-01-03 10:22:23 +00:00
c64364ecb1
updated parse.c with new way to setting error information partially
hyung-hwan2020-01-03 07:35:59 +00:00
f4650746bb
changed the way to set error information in run.c
hyung-hwan2020-01-03 07:11:32 +00:00
0fa5af5614
added -t to bin/main.c to accept console output files
hyung-hwan2020-01-03 03:37:36 +00:00
9e6cd784cf
renamed set_error_on_sys_list_with_syserr to set_error_on_sys_list_with_errno in mod-sys.c implemented getppid for win32
hyung-hwan2020-01-03 03:02:26 +00:00
11f898591d
fixed a bug in fmt_put_bchars_to_uch_buf() added getpgid() and getpgrp() check to configure.ac redefined RC_XXXX in mod-sys.c changed some functions in mod-sys.c
hyung-hwan2020-01-02 15:10:04 +00:00