<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include, branch vendor/bc/6.0.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=vendor%2Fbc%2F6.0.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=vendor%2Fbc%2F6.0.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-08-30T18:37:36Z</updated>
<entry>
<title>vendor/bc: import version 6.0.2</title>
<updated>2022-08-30T18:37:36Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-08-30T18:35:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=161a37cc712bae177402d7143cb21b7d085c69c7'/>
<id>urn:sha1:161a37cc712bae177402d7143cb21b7d085c69c7</id>
<content type='text'>
Changes relative to the previous version in FreeBSD:

- Fix error message on certain syntax errors.
- Add digit clamping (build option and run-time option)
- Make -l options no longer overridee scale value set with -S
</content>
</entry>
<entry>
<title>vendor/bc: import version 5.3.3</title>
<updated>2022-06-15T09:34:25Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-06-15T09:34:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f739b0595b7d6ac4bac9aaa1cae0910f11f92e2'/>
<id>urn:sha1:3f739b0595b7d6ac4bac9aaa1cae0910f11f92e2</id>
<content type='text'>
This version fixes a build issue caused by the strict compiler
warnings used when building FreeBSD base system components.
</content>
</entry>
<entry>
<title>vendor/bc: import version 5.3.2</title>
<updated>2022-06-14T20:06:28Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-06-14T20:06:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6982f79963fcee7cb6a68799eb83f6a4a53165a2'/>
<id>urn:sha1:6982f79963fcee7cb6a68799eb83f6a4a53165a2</id>
<content type='text'>
This update restores support for suppression of the prompt with -P
when using the libedit or libreadline libraries for command line
editing and history.
</content>
</entry>
<entry>
<title>vendor/bc: import of version 5.3.1</title>
<updated>2022-06-11T09:54:23Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-06-11T09:54:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd54318046bfee055b140705a5cfd4148e78da07'/>
<id>urn:sha1:bd54318046bfee055b140705a5cfd4148e78da07</id>
<content type='text'>
This update does not contain any functional change, but fixes two
minor build issues:

- Temporary files were created in the source directory, causing build
  failures if the sources were not writable at build time.
- A message catalogue contained extra characters that were ignored but
  made gencat print warning messages.
</content>
</entry>
<entry>
<title>vendor/bc: import of version 5.3.0</title>
<updated>2022-06-11T09:50:28Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-06-11T09:50:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5bdd626528a2bb3e341e283b2eb279235997b8f4'/>
<id>urn:sha1:5bdd626528a2bb3e341e283b2eb279235997b8f4</id>
<content type='text'>
This version adds support for command line editing and history using
the editline or readline libraries in addition to the line editing
features available in previous versions.
</content>
</entry>
<entry>
<title>vendor/bc: import of version 5.2.5</title>
<updated>2022-05-10T12:47:43Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-05-10T12:47:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed0603704174b01c25b49efc08c82e1532dc5622'/>
<id>urn:sha1:ed0603704174b01c25b49efc08c82e1532dc5622</id>
<content type='text'>
This is a production release that fixes this bc's behavior on ^D to
match GNU bc.
</content>
</entry>
<entry>
<title>vendor/bc: import version 5.2.4</title>
<updated>2022-04-17T11:20:54Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-04-17T11:20:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc75dcc4ce682562390fa32e7cd63c08160e21b9'/>
<id>urn:sha1:bc75dcc4ce682562390fa32e7cd63c08160e21b9</id>
<content type='text'>
This update fixes an issue in input line editing: when going left to
the start of the line, the cursor would jump to the end of the line
instead.
</content>
</entry>
<entry>
<title>vendor/bc: import version 5.2.3</title>
<updated>2022-03-07T22:08:20Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-03-07T22:08:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3673adf1ee311d6f83176d3e43cf0efb314764e4'/>
<id>urn:sha1:3673adf1ee311d6f83176d3e43cf0efb314764e4</id>
<content type='text'>
This version fixes a parse error when passing a file to bc using -f
if that file has a multiline comment or string in it.

MFC after:	3 days
</content>
</entry>
<entry>
<title>vendor/bc: import release 5.2.2</title>
<updated>2022-02-05T21:26:36Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-02-05T21:26:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4dfc0fa2870c28e6a44c223860375a46e52fdade'/>
<id>urn:sha1:4dfc0fa2870c28e6a44c223860375a46e52fdade</id>
<content type='text'>
This release assigns a default value to the internal program name
variable in case the program is invoked with argv[0] == NULL.

There was no security issue: the prevuous program version would have
been immediately terminated due to a NULL dereference.
</content>
</entry>
<entry>
<title>vendor/bc: import release 5.2.1</title>
<updated>2021-11-30T17:33:40Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2021-11-30T17:33:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e63540eed295749528548c2e3a90f5a6e57275c8'/>
<id>urn:sha1:e63540eed295749528548c2e3a90f5a6e57275c8</id>
<content type='text'>
This release fixes two parse bugs when in POSIX standard mode. One of
these bugs was due to a quirk of the POSIX grammar, and the other was
because bc was too strict.
</content>
</entry>
</feed>
