|
0519a71688
|
strcpy() -> strlcpy()
|
2025-03-28 14:41:21 -04:00 |
|
|
84cb29f819
|
sprintf() -> snprintf()
|
2025-03-28 14:39:25 -04:00 |
|
|
29fab56493
|
Make buffer big enough for NUL byte
|
2025-03-28 14:33:37 -04:00 |
|
|
85e7fc5d01
|
Remove dead code
|
2025-03-28 14:32:45 -04:00 |
|
|
36832052a0
|
Remove dead code
|
2025-03-28 14:31:13 -04:00 |
|
|
5ac4ecea38
|
Minor compat fix
|
2025-03-28 14:30:42 -04:00 |
|
|
9f0d8d64db
|
Explicit nan type
|
2025-03-28 14:29:17 -04:00 |
|
|
9638d3b445
|
Minor compat fix
|
2025-03-28 14:28:31 -04:00 |
|
|
92e723128e
|
Use getcwd() instead of get_current_dir_name()
|
2025-03-28 14:27:11 -04:00 |
|
|
670184a02e
|
Remove dead code
|
2025-03-28 14:24:33 -04:00 |
|
|
faad7fc97d
|
Remove dl lib requirement
|
2025-03-28 14:22:42 -04:00 |
|
|
2666f19b16
|
Signal handler is _Noreturn
|
2025-03-28 14:17:14 -04:00 |
|
|
e861515053
|
Make getrandom() platform-compatible
|
2025-03-28 14:16:22 -04:00 |
|
|
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 |
|