Commit Graph

74 Commits

Author SHA1 Message Date
5d13a15994
Refactor library code.
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-05 18:19:15 +08:00
a9df95b303
Use lowercase macro names for compiler builtins.
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-04 18:33:40 +08:00
aaf881d672
Move match stack to automatic storage duration. 2021-03-04 18:30:43 +08:00
85e40f6ceb
Add manual for control sequence matcher patterns. 2021-03-02 20:33:09 +08:00
5330196f6e
Git ignore files generated from documentation.
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-01 03:39:38 +08:00
b5bad08e02
Remove obsolete man page entries.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-26 17:43:53 +08:00
6cdb96491b
Add documentation for control sequence matcher. 2021-02-26 17:40:21 +08:00
91314246ff
Add documentation for control sequence matcher.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-24 21:13:03 +08:00
43bb0d18a5
Remove man page ctlseqs.7
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-22 18:49:39 +08:00
116b74ff19
Update README files.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-22 04:15:29 +08:00
0ebf2b4f1b
Ignore generated documentation files. 2021-02-22 03:06:37 +08:00
c564a74ff6
Add documentation for helper macros. 2021-02-22 03:05:58 +08:00
0263439e1f
Add helper macros. 2021-02-22 03:05:27 +08:00
15749035f4
Update README.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-20 20:04:56 +08:00
a11dc49a90
Fix build scripts. 2021-02-20 18:20:47 +08:00
8e97e21ccf
Move header file to a separate directory.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-20 12:38:42 +08:00
164b3601a3
Update documentation.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-10 20:05:33 +08:00
99ee98fc23
Update documentation.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-09 20:09:48 +08:00
cf6640853e
Update Drone build configuration.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-05 15:42:26 +08:00
2b8eea108c
Add empty chapters in documentation.
Some checks failed
continuous-integration/drone/push Build is failing
2021-02-05 15:25:16 +08:00
e84a949673
Update sixdraw and tcsgrep.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-03 03:44:24 +08:00
fdc056ed92
Update wordings. 2021-02-03 03:13:38 +08:00
07d2b941b5
Update tests.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-02 15:23:50 +08:00
5f1ddd66d8
Update tests.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-02 02:48:15 +08:00
5b9d919a17
Add tests.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-01 20:49:18 +08:00
9f60546d0b
Add copyright notice in ctlseqs.texi.
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-01 02:23:28 +08:00
329479ecdc
Update sixdraw. 2021-02-01 02:01:10 +08:00
012bb4ef6f
Update README and config scripts.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-25 14:17:06 +08:00
1c661db632
Switch to self-hosted CI (Drone).
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-24 03:41:56 +08:00
18265e1fe5
Update tcsgrep. 2021-01-22 12:49:05 +08:00
f9238f7e26
Remove dprintf() usage. 2021-01-22 12:39:41 +08:00
6e8fd91103
Enforce C99 conformance. 2021-01-22 00:08:05 +08:00
f6d0fa4cd0
Use system RNG in tests. 2021-01-21 03:42:21 +08:00
b9bb1dcdbe
Add tests. 2021-01-19 20:08:52 +08:00
96d17772f9
Update sixdraw. 2021-01-11 04:58:39 +08:00
bc83491c2a
Update copyright notice. 2021-01-11 01:53:38 +08:00
53f467a336
Update sixdraw. 2021-01-08 08:21:28 +08:00
1a9cbf9302
Update sixdraw. 2021-01-08 08:00:49 +08:00
1758837c47
Add new helper macros. 2021-01-08 07:52:48 +08:00
1cbe732b6e
Update sixdraw. 2021-01-07 21:43:43 +08:00
decdf5738f
Update sixdraw and tcsgrep. 2021-01-06 21:31:25 +08:00
c20ca12750
Update tcsgrep. 2021-01-04 02:14:48 +08:00
7af0b35bb1
Separate .gitignore files. 2020-12-28 02:43:19 +08:00
ac6b5df8c8
Prepare for Texinfo documentation. 2020-12-28 02:05:42 +08:00
5bc1441777
Update man pages. 2020-12-25 19:20:05 +08:00
c4b9ba3aef
Use size_t in union ctlseqs_value. 2020-12-25 19:19:54 +08:00
8ef507792b
Improve ctlseqs_match(). 2020-12-25 19:17:33 +08:00
aa3cef3bc7
Update ctlseqs_match(). 2020-12-24 20:55:49 +08:00
f264a8f183
Rename field. 2020-12-24 18:21:03 +08:00
5bf70d7b77
Add ctlseqs_match(). 2020-12-24 14:39:14 +08:00