Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Used in fox to build in support for Unicode by XUnicode.
|
|
|
|
|
|
Fast and extensive C++ GUI toolkit
|
|
|
|
|
|
|
|
|
|
Experimental constraint logic programming language
|
|
2001-02-22 Steven G. Johnson <stevenj@alum.mit.edu>
* configure.in: fixed cppflags order
2001-02-20 Steven G. Johnson <stevenj@alum.mit.edu>
* base/ctl.h.in, base/main.c, base/math-utils.scm, base/subplex.c,
ChangeLog, configure.in, NEWS: added minimize-multiple-expert fmin
parameter, after a suggestion from Dale Fried
2001-02-04 Steven G. Johnson <stevenj@alum.mit.edu>
* base/ctl.h.in, base/main.c: added hook functions to help us use
MPI (where we need to call MPI_Init and MPI_Finalize)
* base/interaction.scm: cleanups, and made sure output is flushed
* base/extern-funcs.scm, base/help.scm, base/interaction.scm,
base/math-utils.scm, base/simplex.scm, base/utils.scm,
doc/user-ref.html, NEWS, utils/ctl-io.scm: display-many -> print,
added print-ok?
2001-01-21 Steven G. Johnson <stevenj@alum.mit.edu>
* base/ctl.h.in: whoops, fixed prototype
* base/ctl.c, base/ctl.h.in: put ctl_get_list etc. back in because
MPB configure script looks for it
* base/ctl.c, base/ctl.h.in: whoops, fixed 'function support
* base/class.scm, base/ctl.c, base/ctl.h.in, doc/developer.html,
NEWS: add support for 'function type
* utils/ctl-io.scm: put class input & destruction headers in
ctl-io.h so that they can be used elsewhere if desired
* examples/example.c, examples/example.scm: added function-passing
example
* base/class.scm: slight clarification in comment
2001-01-20 Steven G. Johnson <stevenj@alum.mit.edu>
* doc/guile-links.html: another minor change
* doc/guile-links.html: minor change
* doc/license.html: spelling correction
* doc/advanced-user.html: Fixed command-line parameter order
(whoops).
2001-01-07 Steven G. Johnson <stevenj@alum.mit.edu>
* doc/guile-links.html: updated links
* base/main.c, base/math-utils.scm, base/matrix3x3.scm,
base/simplex.scm, base/utils.scm, base/vector3.scm,
doc/license.html, examples/example.c, examples/example.scm,
examples/Makefile.in, examples/run.ctl, utils/ctlgeom.h,
utils/ctl-io.scm, utils/gen-ctl-io.1, utils/gen-ctl-io.in,
utils/geom.c, utils/geom.scm, base/class.scm, base/ctl.c,
base/ctl-f77-glue.c, base/ctl.h.in, base/ctl.scm,
base/extern-funcs.scm, base/help.scm, base/include.scm,
base/interaction.scm, base/io-vars.scm, COPYRIGHT: 2001 copyright
year update
* ChangeLog, configure.in, NEWS: bumped version for new release
|
|
fix s/$1/$_/ at reading COMMENT.
|
|
|
|
|
|
- Update chasen to 2.4.2. ChangeLog is bellow:
2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* Makefile.am: sortdic are obsolete
* connent.cha: Connective Postpositions at the preceding positions
are grouped.
2001-01-04 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* Makefile.am: output zip format(make sjis-dist)
|
|
- Update ipadic to 2.4.2. ChangeLog is below:
2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* Makefile.am: sortdic are obsolete
* connent.cha: Connective Postpositions at the preceding positions
are grouped.
2001-01-04 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* Makefile.am: output zip format(make sjis-dist)
|
|
INSTALL -d => INSTALL_*_DIR
INSTALL => INSTALL_*
Beware that only invocations are changed that don't set special
values for owner, mode or group!
Cleanup suggested by zuntum@IRC
|
|
|
|
INSTALL -d => INSTALL_*_DIR
INSTALL => INSTALL_*
Beware that only invocations are changed that don't set special
values for owner, mode or group!
Cleanup suggested by zuntum@IRC
|
|
|
|
TCM is a collection of graphical editors for different software
specification methods. It contains generic editors (for generic
diagrams, tables and trees), editors for Structured Analysis
(entity-relationship diagrams, data and event flow diagrams,
state-transition diagrams, function refinement trees etc.) and editors
for UML (static-structure diagrams, use-case diagrams, activity
diagrams etc.).
TCM supports constraint checking for single documents (e.g. name
duplication and cycles in is-a relationships). TCM distinguishes
built-in constraints (of which a violation cannot even be attempted)
from immediate constraints (of which an attempted violation is
immediately prevented) and soft constraints (against which the editor
provides a warning when it checks the drawing). TCM is planned to
support hierarchic graphs, so that it can handle, for example,
hierarchic statecharts. Features to be added later include constraint
checking across documents and executable models.
In addition to the TCM file format, TCM outputs Plain PostScript,
Encapsulated PostScript, PNG and the XFig file format. The TCM file
format is simple to read and parse so other forms of output can be
generated easily.
|
|
ChangeLog:
2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
release-2.2.3
2001-02-23 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* Rewrite function definitions in ANSI-C style.
* Remove the code of KoCha.
* lib/select.c (sa_common_prefix_search): The loop can't find
end-of-string. Fix.
|
|
|
|
|
|
|
|
|
|
|
|
<mark@MCS.VUW.AC.NZ> in PR pkg/12060. Some minor adjustments by me.
[incr Tcl] provides the extra language support needed to build large Tcl/Tk
applications. It introduces the notion of objects, which act as building
blocks for an application. Each object is a bag of data with a set of
procedures or "methods" that are used to manipulate it. Objects are organized
into "classes" with identical characteristics, and classes can inherit
functionality from one another. This object-oriented paradigm adds another
level of organization on top of the basic variable/procedure elements, and
the resulting code is easier to understand and maintain.
|
|
|
|
|
|
|
|
pkg/12064. (Previous version of the same name on ftp.netbsd.org removed.)
|
|
|
|
a BSD daemon instead of something else...
|
|
Pointed out by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at>
|
|
|
|
- Move CHASEN_VERSION to Makefile.common.
2001-02-21 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* lib/Makefile.am (DEFS): default chasenrc path (PREFIX/etc)
* configure.in: version number update
* README: version number update
* README-ja: version number update
* doc/manual.tex:
* doc/manual-j.tex: modification for chasenrc path
2001-02-19 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/parse.c (utf8_check_undefword_len): Add UTF-8 tokenizer.
(iso8859_check_undefword_len): Add ISO-8859-* tokenizer.
2001-02-13 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* doc/manual.tex:
* doc/manual-j.tex: modification for manual.
2001-02-13 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* lib/*.c:
lib/*.h:
chasen/chasen.c: merged from the branch `release-2_2_0-patches'
`fclose' problem
Thanks to Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
the branch `release-2_2_0-patches' are obsolete.
2001-02-03 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/patfile.c: Use fgetc and fputc instead of egetc and eputc.
2001-02-02 Akira Kitauchi <kitauchi@rd.nttdata.co.jp>
* lib/print.c: new output format '%i0'.
2001-01-14 Akira Kitauchi <kitauchi@rd.nttdata.co.jp>
* lib/jfgets.c: Modified a bug in -j option.
Now replaces "KANJI SPACES \n SPACES KANJI" with
"KANJI KANJI" again.
|
|
|
|
avsm@horde.org in private email.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from PLIST since whole name is lib{c,m}.5.?.*).
|
|
|