Age | Commit message (Collapse) | Author | Files | Lines |
|
OKed by Rene Hexel
|
|
in pkgsrc.
|
|
changes:
1. The original plug_in and autoload system (see 5/Sep/04 below)
has been completely revamped to make a true "package" system.
2. The Makefile system for compiled yorick add-ons has completely
changed.
3. The string manipulation functions have been dramatically extended.
4. The yorick user manual and quick reference cards have been updated.
|
|
changes: cleanup, build system fixes
|
|
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
|
|
|
|
|
|
passed to it with an empty string.
|
|
passed to it with an empty string.
|
|
Changes:
- Yet another improvement to the simplify command. poly2_gcd() was fixed.
- Improved bounds checking for gcd().
- Pause command now takes an argument.
- Made derivative, extrema, and integrate commands work with non-equations.
- An important optimization was made to factor_times().
- Added and tested code for numerical integration. Currently disabled,
to enable define "NUMERICAL_INTEGRATE" in CFLAGS.
|
|
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
|
|
|
|
|
enough. Fixes PR pkg/30274
|
|
now; neither maintainer nor anyone else stepped up to fix them.
Predicted on tech-pkg and in private mail to maintainers; no comments.
|
|
even signed with a gpg key, and the diff to the previous one is:
diff -r old/gtklife-4.1/README new/gtklife-4.1/README
16c16,17
< feature requests and bug reports are welcome at tril@igs.net.
---
> feature requests and bug reports are welcome at tril42 (at) ironphoenix.org.
> GtkLife's home site is http://ironphoenix.org/tril/gtklife/ .
diff -r old/gtklife-4.1/TAGS new/gtklife-4.1/TAGS
769,775c769,775
< void trim_whitespace(char* str)trim_whitespace187,4016
< char* vdsprintf(const char* format, va_list args)vdsprintf200,4314
< void warn(const char* format, ...)warn224,4878
< void error_abort(const char* format, ...)error_abort237,5134
< void sys_warn(const char *format, ...)sys_warn252,5444
< void sys_error_abort(const char* format, ...)sys_error_abort265,5761
< void set_prog_name(const char* name)set_prog_name281,6150
---
> void trim_whitespace(char* str)trim_whitespace187,4033
> char* vdsprintf(const char* format, va_list args)vdsprintf200,4331
> void warn(const char* format, ...)warn224,4895
> void error_abort(const char* format, ...)error_abort237,5151
> void sys_warn(const char *format, ...)sys_warn252,5461
> void sys_error_abort(const char* format, ...)sys_error_abort265,5778
> void set_prog_name(const char* name)set_prog_name281,6167
diff -r old/gtklife-4.1/util.c new/gtklife-4.1/util.c
180c180
< new_str = safe_malloc(strlen(str)+1);
---
> new_str = safe_malloc((strlen(str)+1) * sizeof(char));
Set DIST_SUBDIR.
|
|
|
|
|
|
|
|
* Bug fixes
|
|
|
|
|
|
Code cleanup and documentation improvements.
|
|
|
|
too many changes to list here
...still doesn't work within TEXmacs
|
|
|
|
changes.txt for the complete list of changes.
|
|
|
|
|
|
PKGREVISION bump because most people won't care.
|
|
* Bug fixes
|
|
Rhialto per PR pkg/30062
|
|
authors and does not build against new versions of its dependencies,
and its dependency gtl0 was just removed from pkgsrc.
|
|
changes:
-pre-C99 fix - saves a patch
-new translations
|
|
bug fixes only
|
|
contents need a DIST_SUBDIR -- make it so for the newmat10B case.
|
|
distfile)
Changes since newmat10A are mostly cosmetic with minor bugfixes.
|
|
|
|
|
|
Changes:
- Use mkstemp() for temp file in edit command. Put temp file in "/tmp",
instead of current directory.
- Created my_strlcpy(), since Linux doesn't have strlcpy().
- Made everything declared static that should be.
- Prime Number Tools cleaned up and compiled with "-Wall".
- Made them all successfully compile with g++.
- A bug fix for HTML mode.
- Completely removed sensitivity command and simplified parsing code.
- Fixed minor bug in fraction format display routine.
|
|
|
|
|
|
|
|
* Bug fixes
|
|
* use glpk
* improvements
|
|
|
|
Changes since 12.1d:
- Various improvements and bug fixes.
- Documentation with full command reference.
|