|
e76fd8a882
|
fixed indentation in hawk-prv.h
|
2022-07-19 02:51:57 +00:00 |
|
|
79d5bbca5d
|
added hawk-glob.h
|
2022-07-16 15:57:44 +00:00 |
|
|
9eb44202dc
|
enhanced error message production in std.c
|
2022-07-16 15:52:02 +00:00 |
|
|
5ea8ebc12a
|
restored the -w option to work
|
2022-07-16 08:08:05 +00:00 |
|
|
d86fff04f5
|
code tweaks for legacy systems
|
2022-06-16 13:31:34 +00:00 |
|
|
e276de96d7
|
some tweaks to mtx implementation to make it compilable on unsupported systems
|
2022-06-16 11:36:00 +00:00 |
|
|
7f870dbcd3
|
fixed minor code glitches for some legacy compilers
|
2022-06-16 05:38:43 +00:00 |
|
|
d57444cb31
|
added hawk-str.h
|
2022-06-16 05:35:00 +00:00 |
|
|
353b9ac4f7
|
reverted the HAWK_UQ_I definition
|
2022-06-16 03:36:13 +00:00 |
|
|
69c7c77a6d
|
redefined HAWK_UQ_I() using HAWK_BQ_I()
|
2022-06-16 03:30:18 +00:00 |
|
|
d404e21138
|
added the prototype of hawk_tokenize_uchars and hawk_tokenize_bchars
|
2022-06-13 14:39:23 +00:00 |
|
|
46d84e7922
|
reorganized some string functions
|
2022-06-13 14:32:41 +00:00 |
|
|
34d52e208b
|
reorganizing some string functions
|
2022-06-13 13:55:22 +00:00 |
|
|
d2564be683
|
migrated cmgr functions from utl-str.c to utl-cmgr.c
|
2022-06-13 10:29:55 +00:00 |
|
|
3245885936
|
reorganzing some string functions
|
2022-06-12 14:50:27 +00:00 |
|
|
99899ab737
|
removed the old cvs $ from the license text
|
2022-06-11 05:52:25 +00:00 |
|
|
e62b924032
|
removed std-prv.h
|
2022-06-11 01:26:08 +00:00 |
|
|
ebcb1dc416
|
updated hawk-skad.h with new include files
|
2022-06-10 15:31:51 +00:00 |
|
|
654746463e
|
coded the includedirs support in the HawkStd class
|
2022-06-10 15:23:30 +00:00 |
|
|
e1c482a632
|
upated the standard source script handler to honor the INCLUDEDIRS option
|
2022-06-10 08:53:42 +00:00 |
|
|
4de6b5dc52
|
updated structure packing pragmas
|
2022-06-10 02:31:20 +00:00 |
|
|
771657468c
|
fixed a wrong field name
|
2022-06-10 01:42:53 +00:00 |
|
|
078b57589e
|
renamed bin/hawk-sed.c to bin/sed.c
|
2022-06-09 14:00:23 +00:00 |
|
|
ca47a8ec82
|
improved sed error handling
|
2022-06-09 13:53:01 +00:00 |
|
|
01e7ed8af9
|
renamed hsed to to hawk-sed in the bin directory
|
2022-06-09 08:39:06 +00:00 |
|
|
c8eb44b54b
|
added hawk_killecb() and hawk_rtx_killecb()
corrected a new silly flaw in the ON_STATEMENT() macro
|
2022-06-09 06:01:44 +00:00 |
|
|
676496325e
|
added the Sed class and SedStd classes
|
2022-06-09 05:33:46 +00:00 |
|
|
3930bfc8f8
|
added the Sed and SedStd classes
|
2022-06-04 15:00:13 +00:00 |
|
|
4eca91258c
|
changed the implemation of the previous commit
|
2022-06-03 06:01:52 +00:00 |
|
|
13f314fba3
|
fixed a null-termination issue in hawk_querymodulewithname()
|
2022-06-03 05:20:32 +00:00 |
|
|
23bd2fdd31
|
removing .travis.yml
|
2022-06-03 04:22:16 +00:00 |
|
|
ea33f599fc
|
touched up t/h-003.hawk
|
2022-04-09 06:10:39 +00:00 |
|
|
4079fb4047
|
extended t/bibtex-to-html.hawk to work on plaforms without /dev/stdXXX
|
2022-04-09 02:44:36 +00:00 |
|
|
0ccb633682
|
fixed t/h-003.hawk
|
2022-04-09 00:14:30 +00:00 |
|
|
1636a84baa
|
fixed a bug in hawk::function_exists()
|
2022-04-08 23:57:23 +00:00 |
|
|
f33862b3d1
|
removed a duplication definition of hawk_errstr_t
|
2022-04-08 15:23:27 +00:00 |
|
|
36b8fca233
|
added ac/tap-driver.sh
|
2022-04-08 11:05:19 +00:00 |
|
|
f4354fffa0
|
changed hawk_rtx_valtomodfnc() to hawk_rtx_valtofnc()
|
2022-04-08 10:52:15 +00:00 |
|
|
324274bc16
|
fixed some type mismatch warnings
|
2022-04-08 07:19:48 +00:00 |
|
|
b3e282e0d4
|
updated .travis.yml
|
2022-04-08 07:19:11 +00:00 |
|
|
7b93fe61ed
|
enhanced more hawk script test cases with the tap protocol
|
2022-04-08 03:42:20 +00:00 |
|
|
df9106337c
|
enhancing hawk::call() to support module functions
|
2022-04-06 15:49:23 +00:00 |
|
|
3361135e97
|
changed some test cases to use the TAP protocol
|
2022-04-06 02:21:46 +00:00 |
|
|
3add2cc2d2
|
added the sed module to hawk.
raised the version to 0.9.6
|
2022-04-05 14:26:21 +00:00 |
|
|
42129f7d77
|
adding bin/main-hsed.c
|
2022-04-05 10:46:26 +00:00 |
|
|
55a024bff2
|
fixed a bug in hawk_rtx_makembsvalwithbchars2() and hawk_rtx_makembsvalwithuchars2()
fixing sed code being imported
|
2022-04-05 10:46:00 +00:00 |
|
|
a604d40e6e
|
importing sed code
|
2022-03-31 17:14:52 +00:00 |
|
|
7922df9b57
|
added more string copy functions
|
2022-03-28 11:32:12 +00:00 |
|
|
36394eaef8
|
interim update while reorganizing error handling code
|
2022-03-26 16:51:48 +00:00 |
|
|
515b27332f
|
importing sed files
|
2022-03-24 16:43:05 +00:00 |
|