Log of /trunk/tcltk
Directory Listing
Revision
708 -
Directory Listing
Modified
Tue Jun 27 07:34:31 2006 UTC
(16 years, 11 months ago)
by
johnpye
Replaced some references to ascmalloc with ASC_NEW_ARRAY
Revision
702 -
Directory Listing
Modified
Mon Jun 26 13:37:58 2006 UTC
(16 years, 11 months ago)
by
johnpye
Missed another outstanding #include to instance.h
Revision
701 -
Directory Listing
Modified
Mon Jun 26 13:21:13 2006 UTC
(16 years, 11 months ago)
by
johnpye
Removed a remaining #include to instance.h
Revision
690 -
Directory Listing
Modified
Thu Jun 22 00:48:31 2006 UTC
(16 years, 11 months ago)
by
johnpye
Converting some line endings to unix form as part diagnosing the problem
with the current merge from the DAE branch.
Revision
677 -
Directory Listing
Modified
Wed Jun 21 10:02:54 2006 UTC
(16 years, 11 months ago)
by
johnpye
Removing reference to Lsode.o in tcl/tk makefile.
Revision
672 -
Directory Listing
Modified
Wed Jun 21 08:03:18 2006 UTC
(16 years, 11 months ago)
by
johnpye
another woops (while fixing conflicts)
Revision
670 -
Directory Listing
Modified
Wed Jun 21 07:57:19 2006 UTC
(16 years, 11 months ago)
by
johnpye
woops, somehow managed to fail to merge the stuff from the DAE branch (changeset 702 to 819)
into the trunk. This should correct that.
Revision
659 -
Directory Listing
Modified
Sun Jun 4 20:01:04 2006 UTC
(17 years ago)
by
ben.allan
added File->Open everywhere equivalent to File->Read ... to resolve pye request.
At a 1.0 release of tcltk, we should consider getting rid of
the file reads, but not before. existing users have muscle memories
that are not to be toyed with.
Revision
651 -
Directory Listing
Modified
Thu Jun 1 11:51:33 2006 UTC
(17 years ago)
by
johnpye
Bumped version to 0.9.5.93.
Added Tcl/Tk GUI to the GNOME applications menu.
Revision
650 -
Directory Listing
Modified
Tue May 30 22:01:26 2006 UTC
(17 years ago)
by
ben.allan
put a catch around the grab for windows users.
there's a slight chance that in some scenarios
the confirm box will be buried without a global
grab.
Revision
629 -
Directory Listing
Modified
Wed May 24 04:34:25 2006 UTC
(17 years ago)
by
johnpye
Added changes to allow autotools build on ubuntu. There were some wrong assumptions
about file locations that I was able to correct using information in the
tclConfig.sh and tkConfig.sh files. This will need testing on Fedora/Unix/etc.
Revision
628 -
Directory Listing
Modified
Wed May 24 01:45:02 2006 UTC
(17 years ago)
by
johnpye
Fixed up standard paths stuff to use 'INSTALL_ASCDATA' as the place where tcltk/python/models etc
will live. The confusion here came from the fact that I was taking 'INSTALL_SHARE' to be be assumed
to mean 'the location of /usr/share' -- hence the resulting '$INSTALL_SHARE/ascend' that was bothering
Ben. The 'INSTALL_ASCDATA' fixes this, and behaves as he will like, I hope.
Also note that I have switched the default situation in config.h.in to use relative paths by default,
which is the preferred CMU way. SCons builds will default to absolute paths on non-Windows systems.
Revision
626 -
Directory Listing
Modified
Thu May 18 16:46:52 2006 UTC
(17 years ago)
by
johnpye
Ben -- reversing out these changes to Driver.c. These are critical to
the correct working of the RPM. I had expected that you wouldn't be
interested in the stuff except for 'RELATIVE_PATHS' which is your
CMU Way Of Doing Things.
Revision
625 -
Directory Listing
Modified
Thu May 18 16:07:09 2006 UTC
(17 years ago)
by
johnpye
Fixed incidences of INSTALL_DATA in SConscript files.
Revision
624 -
Directory Listing
Modified
Thu May 18 15:39:38 2006 UTC
(17 years ago)
by
ben.allan
Summary: most of the recent complaints about autotools build fixed,
but the buildbot might find a problem with the scons build/install/rpmbuild.
Details:
configure,Driver.c,utilities/config.h.in:
The choice of INSTALL_DATA as a configure variable name
has been repaired (renamed INSTALL_SHARE); INSTALL_DATA is the unix
canonical name for the program 'install' handling a data file.
Both autotools and scons builds have been updated to reflect this,
in the process correcting the definition from prefix/share to
prefix/share/ascend.
autotools build:
Added --with-quiet option to make the install of already installed and
unchanged files less verbose.
Put in a workaround for the '' problem in tkConfig.sh seen by KC/JP.
Added --datadir support to autotools configure. If you configure
the autotools --datadir=PREFIX/share/ascend you get the same behavior
as the Pye packaging; by default you get the CMU packaging convention instead.
Added utilities/env.c to build.
compiler:
Turned off AWAL in anontype.c.
Noodling away at blackboxes continues...
Revision
623 -
Directory Listing
Modified
Thu May 18 15:26:36 2006 UTC
(17 years ago)
by
ben.allan
missing file for tk84.
Revision
622 -
Directory Listing
Modified
Thu May 18 15:24:09 2006 UTC
(17 years ago)
by
ben.allan
fixed missing brace.
Revision
604 -
Directory Listing
Modified
Mon May 15 18:59:21 2006 UTC
(17 years ago)
by
ben.allan
believed to fix issue 67, del/bksp reversal.
The user may now adjust this in their ascendrc file
as needed to make their favorite window manager
behave itself.
Revision
590 -
Directory Listing
Modified
Thu May 11 04:40:18 2006 UTC
(17 years ago)
by
johnpye
Minor cleaning.
Revision
589 -
Directory Listing
Modified
Thu May 11 03:10:43 2006 UTC
(17 years ago)
by
johnpye
Fixing some malloc bugs.
Revision
588 -
Directory Listing
Modified
Thu May 11 02:06:46 2006 UTC
(17 years ago)
by
johnpye
This fixes the new Driver.c implementation. Now, default values of the environment variables
are specified in the file base/generic/utilities/config.h.in, which should be tooled up with
you configuration process. These default values will be subject to environment substiution,
so that if you set the default ASCENDTK=$ASCENDDIST/TK, that will be expanded *at runtime*.
This is to help with the 'application folder' style of installation off-root.
Revision
586 -
Directory Listing
Modified
Thu May 11 00:47:54 2006 UTC
(17 years ago)
by
johnpye
Working on improving handling of paths.
Revision
583 -
Directory Listing
Modified
Tue May 9 19:14:25 2006 UTC
(17 years ago)
by
ben.allan
Fixed the problems for Art/Krishnan/Ben and reverted
the undiscussed install tree change.
If an alternate installed location is to be used, install a shell
script which sets ASCENDTK before invoking ascend, don't just randomly
change the driver code to be something it's not
supposed to be.
Revision
582 -
Directory Listing
Modified
Tue May 9 19:07:39 2006 UTC
(17 years ago)
by
ben.allan
found more tk<8.4 isms.
Revision
575 -
Directory Listing
Modified
Tue May 9 01:07:41 2006 UTC
(17 years ago)
by
johnpye
Commenting changes, GPL header.
Revision
574 -
Directory Listing
Modified
Tue May 9 01:06:40 2006 UTC
(17 years ago)
by
johnpye
Removing old comment about FTP server.
Revision
572 -
Directory Listing
Modified
Tue May 9 00:21:19 2006 UTC
(17 years ago)
by
johnpye
Renaming 'tcltk98' to 'tcltk', finished now, hopefully.
Revision
571 -
Directory Listing
Added
Tue May 9 00:14:59 2006 UTC
(17 years ago)
by
johnpye
Renaming 'tcltk98' to 'tcltk', continued...