]> git.xolatile.top Git - emil-bake.git/log
emil-bake.git
2 years agoDrop @COMPILECMD in bake, improve shake
Emil [Mon, 16 Oct 2023 07:53:44 +0000 (07:53 +0000)]
Drop @COMPILECMD in bake, improve shake

2 years agoSuggested changes around binary files, restructured map
Emil [Mon, 16 Oct 2023 06:31:34 +0000 (06:31 +0000)]
Suggested changes around binary files, restructured map

2 years agoREADME rewritten regarding @STOP
Emil [Mon, 16 Oct 2023 05:52:44 +0000 (05:52 +0000)]
README rewritten regarding @STOP

2 years agoChange STOP@ to @STOP, and fixed bug regarding g_filename with mangled paths after...
Emil [Mon, 16 Oct 2023 05:48:43 +0000 (05:48 +0000)]
Change STOP@ to @STOP, and fixed bug regarding g_filename with mangled paths after chdir

2 years agoBaked -> Bake, Add Shake as bootstrapper, @COMPILECMD comes first
Emil [Mon, 16 Oct 2023 00:56:16 +0000 (00:56 +0000)]
Baked -> Bake, Add Shake as bootstrapper, @COMPILECMD comes first

2 years agoconstant and unavoidable bloat
Emil [Wed, 11 Oct 2023 11:59:40 +0000 (11:59 +0000)]
constant and unavoidable bloat

2 years agofixed keeping first newline under strip function
Emil [Wed, 11 Oct 2023 11:58:58 +0000 (11:58 +0000)]
fixed keeping first newline under strip function

2 years agofixed bug where find region wouldn't detect a NULL return from map and thus segv...
Emil [Wed, 11 Oct 2023 11:16:07 +0000 (11:16 +0000)]
fixed bug where find region wouldn't detect a NULL return from map and thus segv'd when suggesting a noexist file would occur

2 years agoMAP_FAILED overwrite unexpected in usecase
Emil [Tue, 10 Oct 2023 03:41:17 +0000 (03:41 +0000)]
MAP_FAILED overwrite unexpected in usecase

2 years agoReduced bloat around how mmap is handled, fixes to nobloat
Emil [Tue, 10 Oct 2023 03:37:26 +0000 (03:37 +0000)]
Reduced bloat around how mmap is handled, fixes to nobloat

2 years agobaked-nobloat.c added as minor venture to reduce bloat of baked.c, reduced bloat...
Emil [Tue, 10 Oct 2023 03:04:59 +0000 (03:04 +0000)]
baked-nobloat.c added as minor venture to reduce bloat of baked.c, reduced bloat of find_region

2 years agoDetails on new options.
Emil [Tue, 10 Oct 2023 02:19:53 +0000 (02:19 +0000)]
Details on new options.

2 years agoadd --help, --dry-run, ...bloat...
Emil [Tue, 10 Oct 2023 02:19:18 +0000 (02:19 +0000)]
add --help, --dry-run, ...bloat...

2 years agobug with ordering, make OTHER_START optional
Emil [Tue, 10 Oct 2023 01:59:43 +0000 (01:59 +0000)]
bug with ordering, make OTHER_START optional

2 years agocomment commit
Emil [Tue, 10 Oct 2023 01:29:56 +0000 (01:29 +0000)]
comment commit

2 years agochanged START::STOP to @START STOP@, revised find to how it was formerly, removed...
Emil [Tue, 10 Oct 2023 00:10:14 +0000 (00:10 +0000)]
changed START::STOP to @START STOP@, revised find to how it was formerly, removed SLEN (better compat with shake), handle spacing more effectively (shake compat++), fixed bug with $+ where more than 1 arg was concatted instead of being spaced apart

2 years agoForgot
Emil [Sat, 7 Oct 2023 18:14:49 +0000 (18:14 +0000)]
Forgot

2 years agoLocale and some checks
Emil [Sat, 7 Oct 2023 02:17:40 +0000 (02:17 +0000)]
Locale and some checks

2 years agoBetter message on help and failure with -n.
Emil [Sat, 30 Sep 2023 03:04:53 +0000 (03:04 +0000)]
Better message on help and failure with -n.

2 years agoReduce heap usage by using mmap
Emil [Fri, 29 Sep 2023 07:05:40 +0000 (07:05 +0000)]
Reduce heap usage by using mmap

2 years agoFixed range checking bug
Emil [Fri, 29 Sep 2023 02:27:55 +0000 (02:27 +0000)]
Fixed range checking bug

2 years agoMissing newline
Emil [Thu, 28 Sep 2023 18:39:38 +0000 (18:39 +0000)]
Missing newline

2 years agognu89
Emil [Thu, 28 Sep 2023 18:33:29 +0000 (18:33 +0000)]
gnu89

2 years agoStrip function
Emil [Thu, 28 Sep 2023 18:32:53 +0000 (18:32 +0000)]
Strip function

2 years agoInfo on options
Emil [Thu, 28 Sep 2023 06:20:48 +0000 (06:20 +0000)]
Info on options

2 years agoAdded options
Emil [Thu, 28 Sep 2023 06:14:17 +0000 (06:14 +0000)]
Added options

2 years agoMemory optimization
Emil [Thu, 28 Sep 2023 05:02:34 +0000 (05:02 +0000)]
Memory optimization

2 years agoConditional and isolated allocation of expansions
Emil [Wed, 27 Sep 2023 23:31:21 +0000 (23:31 +0000)]
Conditional and isolated allocation of expansions

2 years agoRewrite
Emil [Wed, 27 Sep 2023 22:50:55 +0000 (22:50 +0000)]
Rewrite

2 years agoSatisfied -fanalyzer under -DNDEBUG with local_assert
Emil [Wed, 27 Sep 2023 17:49:22 +0000 (17:49 +0000)]
Satisfied -fanalyzer under -DNDEBUG with local_assert

2 years agoMerged exists and load
Emil [Wed, 27 Sep 2023 17:23:30 +0000 (17:23 +0000)]
Merged exists and load

2 years agoUpdated README with BOP date
Emil [Wed, 27 Sep 2023 06:05:22 +0000 (06:05 +0000)]
Updated README with BOP date
Funny thing, I got really mad when I mistakely uploaded baked-semi, which was a ELF file that contained a semi-stable version of the program which I was using to implement the new features safetly, and when I realized this I just did the 'natural thing' of deleting the .git directory and reintializing and git pushing with --force, so I added this note to make this mistake known. I have project history saved locally, however I doubt I'll end up using it. I wish git was more mutable.

2 years agoREADME updated
Emil [Wed, 27 Sep 2023 05:59:13 +0000 (05:59 +0000)]
README updated

2 years agoReduced
Emil [Wed, 27 Sep 2023 05:58:31 +0000 (05:58 +0000)]
Reduced

2 years agoMore flexible build with TARGET
Emil [Wed, 27 Sep 2023 05:58:21 +0000 (05:58 +0000)]
More flexible build with TARGET

2 years agoI forgot that the Makefile existed
Emil [Wed, 27 Sep 2023 05:50:44 +0000 (05:50 +0000)]
I forgot that the Makefile existed

2 years agocd project root
Emil [Wed, 27 Sep 2023 05:49:50 +0000 (05:49 +0000)]
cd project root

2 years agoMinor fix to shake build
Emil [Wed, 27 Sep 2023 05:46:28 +0000 (05:46 +0000)]
Minor fix to shake build

2 years agoinit
Emil [Wed, 27 Sep 2023 05:28:54 +0000 (05:28 +0000)]
init