|
|
@1db4e2ae
|
2 months |
zarevucky.jiri |
Have str_sanitize also remove C0 and C1 control codes
and use it to …
|
|
|
@45adeeb
|
2 months |
zarevucky.jiri |
Expose restartable version of str_decode() as str_decode_r()
|
|
|
@b31323f
|
2 months |
zarevucky.jiri |
Test, fix and extend string sanitization
|
|
|
@65bf084
|
2 months |
zarevucky.jiri |
Implement both str_decode() and mbrtoc32() using one function
|
|
|
@f94a11f
|
2 months |
zarevucky.jiri |
Rename mbstate_t field to prevent confusion with continuation bytes
|
|
|
@0600976
|
2 months |
zarevucky.jiri |
Reject invalid non-shortest UTF-8 forms and fix some other issues in str
|
|
|
@6120b7b
|
2 months |
zarevucky.jiri |
Fix an oversight in str_decode()
|
|
|
@6d0e133
|
2 months |
zarevucky.jiri |
Improve handling of invalid data in str_decode()
|
|
|
@163e34c
|
2 months |
zarevucky.jiri |
Actually convert the printf outputs everywhere
|
|
|
@97f6b71
|
2 months |
zarevucky.jiri |
Clean up printf_core() and make it obey the standard
The original …
|
|
|
@28c39f3
|
2 months |
zarevucky.jiri |
Improve performance of some str functions
Some string functions are …
|
|
|
@696b405
|
2 months |
zarevucky.jiri |
Implement standard character conversion functions from <uchar.h> and …
|
|
|
@3e7948c
|
3 months |
zarevucky.jiri |
Deduplicate forgotten adt header
|
|
|
@45226285
|
3 months |
zarevucky.jiri |
Clarify the purpose and use of hash_table_foreach()
|
|
|
@0db0df2
|
3 months |
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
|
|
@8f8818ac
|
3 months |
zarevucky.jiri |
Use offsetof for calculation in list_pop()
|
|
|
@64c8132
|
6 months |
mc |
Allow bitmap to be used in userspace
|
|
|
@dd50aa19
|
10 months |
zarevucky.jiri |
Allocation function tweaks
- Add reallocarray() from POSIX 2024 for …
|
|
|
@b889a64
|
10 months |
zarevucky.jiri |
Fix typo in comment
|
|
|
@d76862d0
|
20 months |
zarevucky.jiri |
Move prodcons back to libc
topic/simplify-dev-export
|
|
|
@694ca3d6
|
20 months |
zarevucky.jiri |
Deduplicate printf_core()
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@ad9178bf
|
20 months |
zarevucky.jiri |
Deduplicate ADT
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@55c5cb05
|
20 months |
zarevucky.jiri |
Deduplicate gsort()
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@fdfb24e
|
20 months |
zarevucky.jiri |
Deduplicate string related functions
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@44e8541
|
20 months |
zarevucky.jiri |
Move stdlib.h and some of its function into /common
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b169619
|
20 months |
zarevucky.jiri |
Deduplicate mem functions
There are a number of functions which are …
topic/msim-upgrade
topic/simplify-dev-export
|