-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please consider making Changes file more parser friendly #66
Comments
Hi. Why not. But there are already git tags. Could you precise why you need parsing the Changes? |
Sure, see http://freshcode.club/submit/hexedit |
soft bump |
Sorry. Could you make a pull request reformatting the existing "Changes" file? I'll make sure the follow the chosen pattern afterwards. |
Would you be OK with the following formatting style? ## [Unreleased] (date)
-
## 1.6 (3/2022)
- configure script must error-out when (n)curses isn't found
- Move SIGWINCH handling from handler to NCURSES
- Make configure.ac compliant with autoconf >= 2.70
- Check that malloc did not return NULL
- Fix a possible memory leak in findFile()
- Prevent division by zero on empty files.
## 1.5 (8/2020)
- Fix searching very long string
- Keep status of firstTime beween calls. (#35)
- man page: use simple double quotes (instead of weird ```xxx''')
- Properly handle off_t on non-lfs 32 bit systems.
- Fixed compiler warnings.
- Do not allow negative line length. (#34)
- fix overflow on excessively long escape sequence. (#32)
- Ignore KEY_RESIZE in main loop. (#33)
- Show percentage of cursor relative to filesize.
- Bug copy & paste (#29) |
I'm not used to dates with single digit for the month. What about 03/2022 or 2022-03? |
## [Unreleased] (date)
-
## 1.6 (03/2022)
- configure script must error-out when (n)curses isn't found
- Move SIGWINCH handling from handler to NCURSES
- Make configure.ac compliant with autoconf >= 2.70
- Check that malloc did not return NULL
- Fix a possible memory leak in findFile()
- Prevent division by zero on empty files.
## 1.5 (08/2020)
- Fix searching very long string
- Keep status of firstTime beween calls. (#35)
- man page: use simple double quotes (instead of weird ```xxx''')
- Properly handle off_t on non-lfs 32 bit systems.
- Fixed compiler warnings.
- Do not allow negative line length. (#34)
- fix overflow on excessively long escape sequence. (#32)
- Ignore KEY_RESIZE in main loop. (#33)
- Show percentage of cursor relative to filesize.
- Bug copy & paste (#29) |
Go for it! |
At the time of this ticket the Changes file has non-uniform patterns to parse
Would you consider following recommendations from https://keepachangelog.com or at least a minimal form of it.
Perhaps putting the date and version on the same line at least ?
The text was updated successfully, but these errors were encountered: