Lines Matching refs:code
61 This is a production release to remove some debugging code that I accidentally
427 code won't really change much.
511 by user code without newlines.
650 The major addition is a way to build a version of `bc`'s math code as a library.
672 to crash) and a crash caused by `bc` executing code when it should not have been
727 The behavior that was adjusted was how code from the `-e` and `-f` arguments
747 the resulting code.
810 was parsed before it was executed, but if a function is defined *after* code,
811 especially if the function definition was actually a redefinition, and the code
813 the function before executing any code. The fix was to make sure that all code
833 reduces the size of the executable from a massive code shrink, and it will stop
915 `main()`, which just returns. If `bc` is currently executing code that cannot be
929 custom I/O buffer code that takes a fraction of the size. This means that static
943 As a nice side effect of this change, the error handling code could be changed
945 signals and error handling use the same code paths, which means that the stack
948 It also means that functions do not need to return a status code that
950 checked return codes and then passed that return code up the stack if necessary.
951 The code bloat savings from this is at least 1700 bytes on `x86_64`, *before*
952 taking into account the extra code from removing `stdio.h`.
1037 No source code changed; the only thing that changed was `lib2.bc`.
1049 Portuguese locales. No `bc` code was changed.
1059 No code was changed, but the build system was changed to allow `CFLAGS` to be
1075 in the `bc` build system. No `bc` code was changed.
1084 This is a production release with new translations. No code changed.
1196 3. Updating function and code pointers on every iteration of the interpreter
1391 7. Some common code for addition and multiplication was refactored into its own
1418 23. **An extended math library was added.** This library contains code that
1431 release candidate meant as a general release candidate. The new code has not
1437 release candidate meant as a general release candidate. The new code has not
1444 code has not been tested as thoroughly as it should for release.
1450 code has not been tested as thoroughly as it should for release.
1456 code has not been tested as thoroughly as it should for release.
1462 code has not been tested as thoroughly as it should for release.
1467 specifically to test if `bc` works on FreeBSD. The new code has not been tested as
1472 This is the first release candidate for 1.1. The new code has not been tested as