|
ebef00fc37
|
Explicitly sized literals
|
2025-03-28 14:10:48 -04:00 |
|
|
ff499f6299
|
Tweak fwopen() API
|
2025-03-28 14:08:56 -04:00 |
|
|
dbe89a3b89
|
Add conditional compilation for fopencookie vs fwopen
|
2025-03-28 14:05:16 -04:00 |
|
|
af286f7e6f
|
Remove GLOB_TILDE_CHECK for compatiblity
|
2025-03-28 14:00:14 -04:00 |
|
|
c70b11f01e
|
Compatibility fix for euidaccess
|
2025-03-28 13:59:05 -04:00 |
|
|
e6c3615681
|
Remove dead code and add version check for emoji
|
2025-03-28 13:51:52 -04:00 |
|
|
9bc18cb617
|
Fix some minor floating point promotion issues
|
2025-03-28 13:46:35 -04:00 |
|
|
a79b3c2216
|
Rename timezone to avoid shadowing
|
2025-03-28 13:45:16 -04:00 |
|
|
a0b18d9867
|
Inline metamethods
|
2025-03-28 13:45:09 -04:00 |
|
|
0dd45f93a3
|
Remove unnecessary check
|
2025-03-28 13:43:22 -04:00 |
|
|
7b55f180e2
|
Phase out strchrnul
|
2025-03-27 20:44:23 -04:00 |
|
|
1147241f18
|
Use qsort() instead of qsort_r() for portability
|
2025-03-27 17:42:17 -04:00 |
|
|
a187cca2b8
|
Add missing include
|
2025-03-27 17:35:33 -04:00 |
|
|
a5bab914a3
|
Add missing include
|
2025-03-27 17:35:04 -04:00 |
|
|
b5c6a3ec62
|
Remove mempcpy for portability
|
2025-03-27 17:33:47 -04:00 |
|
|
3c52a75633
|
Deprecate custom printf specifiers in favor of print() function that
uses _Generic() to generically convert any value to a string or print as
a string.
|
2025-03-27 17:26:51 -04:00 |
|
|
2186e84de0
|
Remove dead code for paths
|
2025-03-27 14:12:35 -04:00 |
|
|
67c22014e7
|
Add a special case for '???'
|
2025-03-25 15:47:05 -04:00 |
|
|
1f9147187d
|
Make docstring tests use an actual expression AST instead of text
matching
|
2025-03-25 15:40:59 -04:00 |
|
|
d88d8648dc
|
Fix path:write() to truncate appropriately
|
2025-03-25 14:13:10 -04:00 |
|
|
427cc44196
|
Change capitalization
|
2025-03-25 14:01:17 -04:00 |
|
|
72c30941bf
|
Tweak colors
|
2025-03-25 13:55:28 -04:00 |
|
|
3fabca0d42
|
Update wording on expected text
|
2025-03-25 13:54:21 -04:00 |
|
|
f5ddf6983d
|
Parser errors should use USE_COLOR as well
|
2025-03-25 13:27:05 -04:00 |
|
|
7994a4835b
|
Compiler errors should use USE_COLOR
|
2025-03-25 13:25:55 -04:00 |
|
|
dbf6d326ad
|
Bugfix for switch statement fallthroughs
|
2025-03-25 02:39:52 -04:00 |
|
|
91e64fc95c
|
Fix parsing issue: [1,2,3] _max_ [3,4,5] was parsing as _max_[..]
(indexing)
|
2025-03-25 02:30:04 -04:00 |
|
|
be221b9065
|
Fix docs
|
2025-03-24 22:54:06 -04:00 |
|
|
f33e1a367e
|
Possible fix for making .build/ directory
|
2025-03-24 17:42:26 -04:00 |
|
|
d4bbf6dadf
|
Tweak .build/ dir settings
|
2025-03-24 17:38:55 -04:00 |
|
|
47e8bc8500
|
Safely return if we're removing a nonexistent file and don't care
|
2025-03-24 17:26:07 -04:00 |
|
|
e2dfe13dc3
|
Bugfix for assigning to array with an Int index
|
2025-03-24 16:36:07 -04:00 |
|
|
764bdd1080
|
Bugfix for parsing escapes
|
2025-03-24 16:21:08 -04:00 |
|
|
ec732ab7d0
|
Recursively remove directories
|
2025-03-24 15:56:21 -04:00 |
|
|
17a10a6887
|
Failure messages
|
2025-03-24 15:23:29 -04:00 |
|
|
b289b09bde
|
Add some exit type methods
|
2025-03-24 15:20:19 -04:00 |
|
|
454cb1ce1d
|
Change commands interface so it can either run or get result
|
2025-03-24 15:16:56 -04:00 |
|
|
31af868b5d
|
Add num:percent()
|
2025-03-24 14:56:11 -04:00 |
|
|
f79d6cc20a
|
Doctest inspections should go to stdout, not stderr
|
2025-03-24 14:26:59 -04:00 |
|
|
1a1270c574
|
Put exe build file in .build instead of a temp file
|
2025-03-22 11:13:16 -04:00 |
|
|
8e020b1343
|
Add some logic to check for a GCC version high enough
|
2025-03-22 00:02:21 -04:00 |
|
|
1a2327eb65
|
remove -L.
|
2025-03-21 23:52:40 -04:00 |
|
|
5ced7a0518
|
By default, install to ~/.local/bin and warn if PREFIX is not on user's
$PATH
|
2025-03-21 23:51:22 -04:00 |
|
|
fa1b10ff24
|
Support installing in ~/.local
|
2025-03-21 23:36:33 -04:00 |
|
|
f8e2916712
|
Added autoinstaller for deps
|
2025-03-21 23:33:22 -04:00 |
|
|
e717f9f6aa
|
Update readme
|
2025-03-21 22:15:59 -04:00 |
|
|
6412a721e6
|
Make examples quieter
|
2025-03-21 22:07:31 -04:00 |
|
|
08baa2568b
|
Update rule for making tags
|
2025-03-21 22:06:45 -04:00 |
|
|
2f7105d87f
|
Move test results to test/results/*.tm.testresult
|
2025-03-21 22:04:37 -04:00 |
|
|
30f3c6dcab
|
Add instructions
|
2025-03-21 22:02:48 -04:00 |
|