aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* generic.ini: Update tweakwcs to 0.9.0safe-strings-finallyJoseph Hunkeler30 hours1-1/+1
|
* gbo.ini: Update tweakwcs to 0.9.0Joseph Hunkeler30 hours1-1/+1
|
* Replace string functions (comment future code)Joseph Hunkeler32 hours1-4/+4
|
* Replace string functionsJoseph Hunkeler32 hours1-1/+0
|
* Replace string functionsJoseph Hunkeler32 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-5/+2
|
* Replace string functionsJoseph Hunkeler32 hours1-1/+0
|
* Replace string functionsJoseph Hunkeler32 hours1-37/+29
|
* Replace string functionsJoseph Hunkeler32 hours1-4/+3
|
* Replace string functionsJoseph Hunkeler32 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-4/+2
|
* Replace string functionsJoseph Hunkeler32 hours1-3/+2
|
* Replace string functionsJoseph Hunkeler32 hours1-1/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-4/+2
|
* Replace string functionsJoseph Hunkeler32 hours1-13/+9
|
* Replace string functionsJoseph Hunkeler32 hours1-20/+6
|
* Replace string functionsJoseph Hunkeler32 hours1-7/+3
|
* Replace string functionsJoseph Hunkeler32 hours1-11/+8
|
* Replace string functionsJoseph Hunkeler32 hours1-1/+2
|
* Replace string functionsJoseph Hunkeler32 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-1/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler32 hours1-22/+13
|
* Replace string functionsJoseph Hunkeler33 hours1-23/+20
|
* Replace string functionsJoseph Hunkeler33 hours1-1/+1
|
* Replace string functionsJoseph Hunkeler33 hours1-5/+4
|
* Replace string functionsJoseph Hunkeler33 hours1-1/+0
|
* Replace string functionsJoseph Hunkeler33 hours1-1/+0
|
* Replace string functionsJoseph Hunkeler33 hours1-15/+11
|
* Replace string functionsJoseph Hunkeler33 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler33 hours1-8/+5
|
* Replace string functionsJoseph Hunkeler33 hours1-29/+19
|
* Replace string functionsJoseph Hunkeler33 hours1-19/+10
|
* Replace string functionsJoseph Hunkeler33 hours1-4/+2
|
* Replace string functionsJoseph Hunkeler33 hours1-1/+0
|
* Replace string functionsJoseph Hunkeler33 hours1-18/+11
|
* Replace string functionsJoseph Hunkeler33 hours1-2/+1
|
* Replace string functionsJoseph Hunkeler33 hours1-28/+21
|
* Replace string functionsJoseph Hunkeler33 hours1-20/+12
|
* Replace string functionsJoseph Hunkeler33 hours1-6/+6
|
* Add string copy and catonate replacementsJoseph Hunkeler33 hours2-0/+22
| | | | | * safe_strncpy * safe_strncat
* Merge pull request #139 from jhunkeler/bughunt-1002HEAD1.6.1masterJoseph Hunkeler2026-05-1234-298/+688
|\ | | | | Bughunt 0x1002
| * replace for-loop with while-loop since 'i' was unusedbughunt-1002Joseph Hunkeler2026-05-121-1/+1
| |
| * Replace escape sequence '\e' with '\x1b' (portable)Joseph Hunkeler2026-05-121-6/+6
| |
| * Replace __FUNCTION__ with __func__ (portable)Joseph Hunkeler2026-05-123-6/+6
| |
| * Replace void pointer with pointer to tplfunc_frame structureJoseph Hunkeler2026-05-125-14/+17
| |
| * Remove redundant __FUNCTION__Joseph Hunkeler2026-05-122-4/+4
| |
| * Placate FORTIFY_SOURCE warningJoseph Hunkeler2026-05-121-1/+3
| | | | | | | | * The log_root in almost every circumstance will be able to handle the extra slash chracter. It complains because log_file and log_path are both sizeof PATH_MAX