| #
fdc4a7c8
|
| 11-Sep-2025 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc upgrade to version 7.1.0
This update fixes a few bugs: - Improper response to double SIGINT with editline. - Not letting libedit handle terminal size changes. - A dc crash from improperly
contrib/bc upgrade to version 7.1.0
This update fixes a few bugs: - Improper response to double SIGINT with editline. - Not letting libedit handle terminal size changes. - A dc crash from improperly handling an error. - A duplicate check for reference arrays. - Build failures with GCC 15.
Merge commit '682da5a0fdb2c38ecc3951047a882471d62aa1d1'
show more ...
|
| #
a970610a
|
| 09-Jul-2024 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in t
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in this commit due to a changed date in the copyright note.
(cherry picked from commit 52a5ec1b178fd07651446c7e31b1512794a04dbf)
MFC after: 3 days
show more ...
|
| #
103d7cdf
|
| 24-Feb-2023 |
Stefan Eßer <se@FreeBSD.org> |
vendor/bc: import version 6.3.1
This version adds a command to dc to query whether extended registers are enabled or not.
(cherry picked from commit 61e1a12bb6c3bfdb0a4e499c88e8eaa2b548e427)
|
| #
4fca8e0f
|
| 06-Feb-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do n
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do not affect the FreeBSD base system build.
MFC after: 3 days
show more ...
|
| #
d101cdd6
|
| 28-Jan-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when enco
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when encountered in a script file (before any command from the script has been executed).
New functions is_number(), is_string return 1 if the passed argument is a number resp. a string. The asciify() function has been extended to support the conversion of an array of numbers into a string.
Merge commit '1a63323d17fedb05b6962853e821c9d7c6b9853e'
show more ...
|
| #
d43fa8ef
|
| 04-Oct-2021 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally, an option has been added to prevent line wrap and allows to print arbitrarily long results on a single line.
Merge commit '5d58a51571721190681c50d4bd3a1f45e6282d72'
show more ...
|
| #
fdc4a7c8
|
| 11-Sep-2025 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc upgrade to version 7.1.0
This update fixes a few bugs: - Improper response to double SIGINT with editline. - Not letting libedit handle terminal size changes. - A dc crash from improperly
contrib/bc upgrade to version 7.1.0
This update fixes a few bugs: - Improper response to double SIGINT with editline. - Not letting libedit handle terminal size changes. - A dc crash from improperly handling an error. - A duplicate check for reference arrays. - Build failures with GCC 15.
Merge commit '682da5a0fdb2c38ecc3951047a882471d62aa1d1'
show more ...
|
| #
a970610a
|
| 09-Jul-2024 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in t
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in this commit due to a changed date in the copyright note.
(cherry picked from commit 52a5ec1b178fd07651446c7e31b1512794a04dbf)
MFC after: 3 days
show more ...
|
| #
103d7cdf
|
| 24-Feb-2023 |
Stefan Eßer <se@FreeBSD.org> |
vendor/bc: import version 6.3.1
This version adds a command to dc to query whether extended registers are enabled or not.
(cherry picked from commit 61e1a12bb6c3bfdb0a4e499c88e8eaa2b548e427)
|
| #
4fca8e0f
|
| 06-Feb-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do n
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do not affect the FreeBSD base system build.
MFC after: 3 days
show more ...
|
| #
d101cdd6
|
| 28-Jan-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when enco
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when encountered in a script file (before any command from the script has been executed).
New functions is_number(), is_string return 1 if the passed argument is a number resp. a string. The asciify() function has been extended to support the conversion of an array of numbers into a string.
Merge commit '1a63323d17fedb05b6962853e821c9d7c6b9853e'
show more ...
|
| #
d43fa8ef
|
| 04-Oct-2021 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally, an option has been added to prevent line wrap and allows to print arbitrarily long results on a single line.
Merge commit '5d58a51571721190681c50d4bd3a1f45e6282d72'
show more ...
|
| #
fdc4a7c8
|
| 11-Sep-2025 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc upgrade to version 7.1.0
This update fixes a few bugs: - Improper response to double SIGINT with editline. - Not letting libedit handle terminal size changes. - A dc crash from improperly
contrib/bc upgrade to version 7.1.0
This update fixes a few bugs: - Improper response to double SIGINT with editline. - Not letting libedit handle terminal size changes. - A dc crash from improperly handling an error. - A duplicate check for reference arrays. - Build failures with GCC 15.
Merge commit '682da5a0fdb2c38ecc3951047a882471d62aa1d1'
show more ...
|
| #
a970610a
|
| 09-Jul-2024 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in t
contrib/bc: upgrade to version 6.7.6
This update fixes a potential issue when flushing stdout on exit fails: longjmp could use an uninitialized target address variable.
Most files are included in this commit due to a changed date in the copyright note.
(cherry picked from commit 52a5ec1b178fd07651446c7e31b1512794a04dbf)
MFC after: 3 days
show more ...
|
| #
103d7cdf
|
| 24-Feb-2023 |
Stefan Eßer <se@FreeBSD.org> |
vendor/bc: import version 6.3.1
This version adds a command to dc to query whether extended registers are enabled or not.
(cherry picked from commit 61e1a12bb6c3bfdb0a4e499c88e8eaa2b548e427)
|
| #
4fca8e0f
|
| 06-Feb-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do n
contrib/bc: uodate to version 6.2.4
This update contains only documentation changes (new main repository URL and changed mail address of the program author) and changes to the build system that do not affect the FreeBSD base system build.
MFC after: 3 days
show more ...
|
| #
d101cdd6
|
| 28-Jan-2023 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when enco
contrib/bc: merge from vendor release 6.2.2
This update fixes a few issues in history editing and the processing of the "quit" function. The "quit" function will no longer cause bc to exit when encountered in a script file (before any command from the script has been executed).
New functions is_number(), is_string return 1 if the passed argument is a number resp. a string. The asciify() function has been extended to support the conversion of an array of numbers into a string.
Merge commit '1a63323d17fedb05b6962853e821c9d7c6b9853e'
show more ...
|
| #
d43fa8ef
|
| 04-Oct-2021 |
Stefan Eßer <se@FreeBSD.org> |
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally
contrib/bc: merge version 5.1.0 from vendor branch
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally, an option has been added to prevent line wrap and allows to print arbitrarily long results on a single line.
Merge commit '5d58a51571721190681c50d4bd3a1f45e6282d72'
show more ...
|