This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e91f6e268efa0f45d9d192fc931f48b86cc5c7cf
c3c
/
test
/
unit
/
stdlib
/
core
History
Christoffer Lerno
e91f6e268e
0.5.2: Allow trailing comma in calls and parameter declarations
#1092
. Fixes issue where single character filenames like 'a.c3' would be rejected. Improve error messages for incorrect user defined foreach. Fix bug with generics in generics. Fix to error with modified vector parameters. Crash with lhs vector inference. Fixes to priority queue.
2023-12-23 23:15:51 +01:00
..
array.c3
Fix missing free on GrowableBitSet. init_new/init_temp for GrowableBitSet, LinkedList, List, HashMap, DString, ByteBuffer. Interface to_string renamed to_new_string. Change in allocator usage, malloc is now heap. Added new_array, new_zero_array, new, new_clear, clone. Concat => concat_new. string::printf => string::new_format, string::tprintf => string::tformat. "to_*" are now "to_new_*" and "to_temp_*". "from_*" is "new_from*"
2023-11-09 01:59:49 +01:00
bitorder.c3
Eliding length for ":"-ranges is no longer allowed.
2023-08-18 22:25:51 +02:00
builtintests.c3
Dynamic protocols.
2023-10-05 15:20:41 +02:00
comparison.c3
Added
compare_to
as a standard macro.
2023-08-17 10:13:00 +02:00
dstring.c3
Do not link with debug libc on win32 when using cross compile libs. Add delete methods to dstring. Fixes to macOS aarch64 codegen. Use glibc backtrace when available. Add load_* methods to file. The cast
(int[8])int_slice[:8]
now works.
2023-12-08 18:59:57 +01:00
runtime.c3
Add simple benchmark runner.
2023-08-29 12:28:06 +02:00
string.c3
0.5.2: Allow trailing comma in calls and parameter declarations
#1092
. Fixes issue where single character filenames like 'a.c3' would be rejected. Improve error messages for incorrect user defined foreach. Fix bug with generics in generics. Fix to error with modified vector parameters. Crash with lhs vector inference. Fixes to priority queue.
2023-12-23 23:15:51 +01:00