Kevin "The Nuclear" Bloom nuclearkev

nuclearkev pushed to master at nuclearkev/aledger

9 hours ago

nuclearkev closed issue nuclearkev/aledger#1

if `--start` is set, `--end` is required

9 hours ago

nuclearkev pushed to master at nuclearkev/ait

  • 7ecdac6cbf Merge branch 'big-revert'
  • 8dd7039675 reverted to the old string functions
  • cec35c6aa0 Revert "replaced all strcpy and strncpy with faster or safer options" This reverts commit 7303e1cc8e3bef454d672a1dd99174c9f96430a7.
  • 33dfde8b18 Revert "more refactoring (much is probably broken)" This reverts commit 625b73c914586ed5f764e9c4de7e7c3be5f8c601.
  • 1679b1ce6a Revert "fixed bug with isearch not highlighting matches that have duplicate first char" This reverts commit a2877c0dbd92a380e610b0a57c8dcb41e00802df.
  • View comparison for these 12 commits »

1 day ago

nuclearkev pushed to big-revert at nuclearkev/ait

  • 8dd7039675 reverted to the old string functions
  • cec35c6aa0 Revert "replaced all strcpy and strncpy with faster or safer options" This reverts commit 7303e1cc8e3bef454d672a1dd99174c9f96430a7.
  • 33dfde8b18 Revert "more refactoring (much is probably broken)" This reverts commit 625b73c914586ed5f764e9c4de7e7c3be5f8c601.
  • 1679b1ce6a Revert "fixed bug with isearch not highlighting matches that have duplicate first char" This reverts commit a2877c0dbd92a380e610b0a57c8dcb41e00802df.
  • 5e255ee0ba Revert "fixed the highlighting" This reverts commit 3365eeab60d8bfed1225a06756e3687676bb40c4.

1 day ago

nuclearkev created new branch big-revert at nuclearkev/ait

1 day ago

nuclearkev pushed to master at nuclearkev/ait

1 day ago

nuclearkev pushed to master at nuclearkev/ait

1 day ago

nuclearkev pushed to master at nuclearkev/ait

  • f971796f8c update window modeline if buffer name was updated

4 days ago

nuclearkev pushed to master at nuclearkev/ait

4 days ago

nuclearkev pushed to master at nuclearkev/ait

  • 1bfbdebd8f fixed long time bracket highlighting bug

5 days ago

nuclearkev pushed to master at nuclearkev/ait

  • 2fb99572cd delete-between wouldn't delete a space at point 0

5 days ago

nuclearkev pushed to master at nuclearkev/ait

6 days ago

nuclearkev pushed to master at nuclearkev/ait

  • a2877c0dbd fixed bug with isearch not highlighting matches that have duplicate first char

6 days ago

nuclearkev pushed to master at nuclearkev/ait

  • 625b73c914 more refactoring (much is probably broken)

1 week ago

nuclearkev pushed to master at nuclearkev/ait

  • 7303e1cc8e replaced all strcpy and strncpy with faster or safer options

1 week ago

nuclearkev pushed to master at nuclearkev/ait

1 week ago

nuclearkev opened issue nuclearkev/quick-git#2

restores command can't use the hyphen selector

1 week ago

nuclearkev opened issue nuclearkev/aledger#1

if `--start` is set, `--end` is required

1 week ago

nuclearkev pushed to master at nuclearkev/ait

1 week ago

nuclearkev commented on issue nuclearkev/ait#71

Safer code

While I've began part of this, it won't be completed for a long time. There are many uses of `asprintf`, `str[n]dup`, `memcpy`, and `memccpy` that aren't properly error checked. I'd like to make sure that any error like that is handle correctly, just in case. Something like what is below:

1 week ago