]> granicus.if.org Git - graphviz/log
graphviz
19 years agokeep multiple configs for users with NFS mounted home directories
ellson [Fri, 15 Apr 2005 19:08:15 +0000 (19:08 +0000)]
keep multiple configs for users with NFS mounted home directories
so that it can distinguish between multiple hosts.

FIXME need to use hostname qualification rather than library pathname since
multiple architectures could use same library path

19 years agogenerate comments outside of renderers, consistently.
ellson [Fri, 15 Apr 2005 17:49:39 +0000 (17:49 +0000)]
generate comments outside of renderers, consistently.
   renderers now just do appropriate escaping and comment wrapping
enable comments in SVG

19 years agoadd check for insufficient memory on realloc
ellson [Fri, 15 Apr 2005 17:26:00 +0000 (17:26 +0000)]
add check for insufficient memory on realloc

19 years agochange behavior of gmalloc in case where user tries to gmalloc 0 bytes
ellson [Fri, 15 Apr 2005 16:24:25 +0000 (16:24 +0000)]
change behavior of gmalloc in case where user tries to gmalloc 0 bytes
  to a) not attempt the malloc and b) return an invalid pointer (1) so
  that the user will crash when trying to use of free the pointer.

  b) might have been accomplished before, but the malloc was done anyway.

19 years agofix b156
ellson [Fri, 15 Apr 2005 16:19:07 +0000 (16:19 +0000)]
fix b156
catch case of string-end null in 2nd byte of what we think is a UTF8
multibyte sequence.

19 years agoExtend xdot output to allow graphical attributes. This is necessary because
erg [Thu, 14 Apr 2005 21:13:33 +0000 (21:13 +0000)]
Extend xdot output to allow graphical attributes. This is necessary because
colors, fonts, etc. can change within node or edge label.

19 years agoUpdate info files
erg [Thu, 14 Apr 2005 21:03:07 +0000 (21:03 +0000)]
Update info files

19 years agofix check for plugin when processing -T args.
ellson [Thu, 14 Apr 2005 12:12:20 +0000 (12:12 +0000)]
fix check for plugin when processing -T args.

19 years agofix logic for creating $HOME/.graphviz the first time
ellson [Thu, 14 Apr 2005 04:38:14 +0000 (04:38 +0000)]
fix logic for creating $HOME/.graphviz the first time

19 years agogenerate errors message, instead of crashing, if layout
ellson [Thu, 14 Apr 2005 03:41:16 +0000 (03:41 +0000)]
generate errors message, instead of crashing, if layout
   not done because of unavable layout plugins.

19 years agoFix so that lefty can display very large graphs
erg [Wed, 13 Apr 2005 22:42:56 +0000 (22:42 +0000)]
Fix so that lefty can display very large graphs

19 years agoFix for bug 156
erg [Wed, 13 Apr 2005 22:42:31 +0000 (22:42 +0000)]
Fix for bug 156

19 years agoreorder includes to avoid incompatible MAXFLOAT definition on SGIs
ellson [Tue, 12 Apr 2005 15:00:43 +0000 (15:00 +0000)]
reorder includes to avoid incompatible MAXFLOAT definition on SGIs

19 years agoUpdate old makefile parameters for OSX
erg [Tue, 12 Apr 2005 14:58:15 +0000 (14:58 +0000)]
Update old makefile parameters for OSX

19 years agoAdd check for zend.h for php binding; not available on SGIs.
ellson [Tue, 12 Apr 2005 14:28:02 +0000 (14:28 +0000)]
Add check for zend.h for php binding; not available on SGIs.

19 years agoAdd better error message when int limit is reached.
erg [Mon, 11 Apr 2005 19:28:53 +0000 (19:28 +0000)]
Add better error message when int limit is reached.

19 years agouse a ".so.?" in teh glob pattern for plugins because on SGIs they are
ellson [Sun, 10 Apr 2005 00:21:07 +0000 (00:21 +0000)]
use a ".so.?" in teh glob pattern for plugins because on SGIs they are
numbered "1" where on Linux they are numbered "0" - go figure...

19 years agoadd Doxyfile.in and Doxyfile to distribution
ellson [Sun, 10 Apr 2005 00:15:50 +0000 (00:15 +0000)]
add Doxyfile.in and Doxyfile to distribution

19 years agoand add libfilereq/ to include path
ellson [Sun, 10 Apr 2005 00:05:41 +0000 (00:05 +0000)]
and add libfilereq/ to include path

19 years agoadd new SH.h header to Makefile.am
ellson [Sun, 10 Apr 2005 00:00:03 +0000 (00:00 +0000)]
add new SH.h header to Makefile.am

19 years agoAdd forgotten new file SF.h, plus remove fix from gquery.c
erg [Sat, 9 Apr 2005 23:54:34 +0000 (23:54 +0000)]
Add forgotten new file SF.h, plus remove fix from gquery.c

19 years agoAdd forgotten new file SF.h, plus remove fix from gquery.c
erg [Sat, 9 Apr 2005 23:54:34 +0000 (23:54 +0000)]
Add forgotten new file SF.h, plus remove fix from gquery.c

19 years agoGenerate Doxyfile from Doxyfile.in so that configure can set @VERSION@
ellson [Sat, 9 Apr 2005 20:23:10 +0000 (20:23 +0000)]
Generate Doxyfile from Doxyfile.in so that configure can set @VERSION@

19 years agoChange from AC_LIBLTDL_CONVENIENCE to AC_LIBLTDL_INSTALLABLE to make rpm builds work...
ellson [Sat, 9 Apr 2005 19:14:22 +0000 (19:14 +0000)]
Change from AC_LIBLTDL_CONVENIENCE to AC_LIBLTDL_INSTALLABLE to make rpm builds work on ia64

19 years agoHandle python2.4.1 in addition to python2.4
ellson [Sat, 9 Apr 2005 03:02:45 +0000 (03:02 +0000)]
Handle python2.4.1 in addition to python2.4
Extra check for Python.h

19 years agoHack around missing SF.h in ws/x11/gquery.c
ellson [Sat, 9 Apr 2005 00:57:22 +0000 (00:57 +0000)]
Hack around missing SF.h in ws/x11/gquery.c
Remove Makefile.am again in directories that don't seem to be needed

19 years agoUpdate GNU Makefiles for new lefty
ellson [Sat, 9 Apr 2005 00:32:32 +0000 (00:32 +0000)]
Update GNU Makefiles for new lefty

19 years agoadd check for jni.h - or disable java binding
ellson [Sat, 9 Apr 2005 00:24:46 +0000 (00:24 +0000)]
add check for jni.h - or disable java binding

19 years agoUse new version of dotty to avoid problems on XP machines.
erg [Fri, 8 Apr 2005 21:50:00 +0000 (21:50 +0000)]
Use new version of dotty to avoid problems on XP machines.
At least on our build machine, the old version would start lefty fine,
but then would core dump on exit.

19 years agoUpdate windows build files for new lefty
erg [Fri, 8 Apr 2005 20:46:16 +0000 (20:46 +0000)]
Update windows build files for new lefty

19 years agoUpdate windows build files for new lefty
erg [Fri, 8 Apr 2005 20:46:16 +0000 (20:46 +0000)]
Update windows build files for new lefty

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:34 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoUpdate with new lefty, fixing many bugs and supporting new features
erg [Fri, 8 Apr 2005 20:45:33 +0000 (20:45 +0000)]
Update with new lefty, fixing many bugs and supporting new features

19 years agoChange old makefile to handle increasing recursion among the graphviz
erg [Fri, 8 Apr 2005 20:33:58 +0000 (20:33 +0000)]
Change old makefile to handle increasing recursion among the graphviz
modules.

19 years agoUpdate windows package script to no longer create separate copies of
erg [Fri, 8 Apr 2005 20:31:58 +0000 (20:31 +0000)]
Update windows package script to no longer create separate copies of
the individual programs.

19 years agomore cleanup of plugin config code
ellson [Fri, 8 Apr 2005 16:16:53 +0000 (16:16 +0000)]
more cleanup of plugin config code

19 years agosome cleanup of config loading
ellson [Fri, 8 Apr 2005 15:58:57 +0000 (15:58 +0000)]
some cleanup of config loading

19 years agoFix for bugs 670 and (pretty sure) 659.
erg [Thu, 7 Apr 2005 22:17:37 +0000 (22:17 +0000)]
Fix for bugs 670 and (pretty sure) 659.

19 years agoFix for bugs 670 and (pretty sure) 659.
erg [Thu, 7 Apr 2005 22:17:37 +0000 (22:17 +0000)]
Fix for bugs 670 and (pretty sure) 659.

19 years agoAdd noe about "--enable-shared=no" for AIX platforms (Bug 421).
ellson [Thu, 7 Apr 2005 17:00:09 +0000 (17:00 +0000)]
Add noe about "--enable-shared=no" for AIX platforms (Bug 421).

19 years agofix -Txdot (by making "agxbuf charbuf;" and "agxbuf outbuf;" global - yuch!)
ellson [Thu, 7 Apr 2005 16:16:21 +0000 (16:16 +0000)]
fix -Txdot (by making "agxbuf charbuf;" and "agxbuf outbuf;" global - yuch!)

19 years agoFix old makefile to handle GVLIBDIR
erg [Tue, 5 Apr 2005 22:06:01 +0000 (22:06 +0000)]
Fix old makefile to handle GVLIBDIR

19 years agoWrap uses of config.h in gvc with HAVE_CONFIG_H;
erg [Tue, 5 Apr 2005 21:59:06 +0000 (21:59 +0000)]
Wrap uses of config.h in gvc with HAVE_CONFIG_H;
update config.h.old and windows config.h to note DISABLE_LTDL;
fix windows and old makefiles to handle new source files.

19 years agoFix uninitialized variables
erg [Tue, 5 Apr 2005 21:35:58 +0000 (21:35 +0000)]
Fix uninitialized variables

19 years agoFix neato edge labels to be better centered.
erg [Tue, 5 Apr 2005 19:10:59 +0000 (19:10 +0000)]
Fix neato edge labels to be better centered.

19 years agoremove graphviz.cvt from tree - wrong license
ellson [Tue, 5 Apr 2005 16:37:50 +0000 (16:37 +0000)]
remove graphviz.cvt from tree - wrong license

19 years agofixes for --disable-ltdl
ellson [Tue, 5 Apr 2005 15:53:42 +0000 (15:53 +0000)]
fixes for --disable-ltdl

19 years agomissed ';'
ellson [Tue, 5 Apr 2005 15:46:41 +0000 (15:46 +0000)]
missed ';'

19 years agoDisable config code when DISABLE_LTDL (avoid incllude of glob.h)
ellson [Tue, 5 Apr 2005 15:43:26 +0000 (15:43 +0000)]
Disable config code when DISABLE_LTDL  (avoid incllude of glob.h)

19 years agovarious Makefile.am fixes
ellson [Tue, 5 Apr 2005 15:26:10 +0000 (15:26 +0000)]
various Makefile.am fixes

19 years agofix for apparent garbage in config files - apparently fread doesn't null terminate
ellson [Tue, 5 Apr 2005 15:24:04 +0000 (15:24 +0000)]
fix for apparent garbage in config files - apparently fread doesn't null terminate

19 years agoremoving -i_dynamic as it made no difference
ellson [Tue, 5 Apr 2005 11:04:38 +0000 (11:04 +0000)]
removing -i_dynamic as it made no difference

19 years agoadding -i_dynamic to CFLAGS for icc seems to fix "@gprel relocation" errors
ellson [Tue, 5 Apr 2005 09:45:43 +0000 (09:45 +0000)]
adding -i_dynamic to CFLAGS for icc seems to fix "@gprel relocation" errors