Age | Commit message (Collapse) | Author | Files | Lines |
|
the test here depends on HAVE_LIBINTL_H, which is not set
by configure
This change makes bison use the internationalized catalogs even for
messages in getopt.c. Bug report submitted to bug-bison@gnu.org.
|
|
|
|
Actually work with the supplied WAD file
One file-to-patch per patchfile
Remove strange 'post-patch' substitute X11_BASE phase
Fix numerous coredumps
Add a '-h' usage
Handle the sndserver dying
Make it work on little endian systems
Add a '-volume X' flag, and skip all sound code if 0
Other cleanup in some of the more repellant code areas.
|
|
* Fixed a bad stackbase on NetBSD/FreeBSD platforms.
* Fixed a locking bug in lock_pt.c.
* Using pthread_attr_setdetachstate in lwp_pt.c instead of modifying the
attr struct directly.
* Improved cross-compiling with cygwin32 and djgpp.
* Added a script that might produce a useable ports/packages descriptions.
* Wrote a bit in the INSTALL document.
NOTE: The script pkgs/pkg-bsd.sh was not used to make this package.
|
|
|
|
|
|
Changes are:
============
Documentation
-------------
- There is a new DDD manual, generated from Texinfo source, and coming
in HTML, PDF, PostScript, Info, as well as plain text format.
Debuggers and Languages
-----------------------
- This release contains partial support for DEC's `ladebug' debugger.
Please send in bug reports listing remaining problems.
- Parsing of JDB data has been improved.
- DBX prompts for object file names are recognized.
User Interface
--------------
- `Breakpoint Properties', `Define Command', and `Debugger Settings'
have an `Apply' button that applies changes to text fields.
- In TTY mode, you can edit and complete the command line as in GDB.
(Uses GNU readline library.)
- Ctrl+E moves the cursor to the end of the line. For a `Run'
shortcut, use F2/F3 or Shift+Ctrl+E.
- DDD uses the locale as specified by the environment (such as $LANG).
This allows input of locale characters in DDD dialogs; error
messages may also come up in your locale. If you experience any
problems, set LANG=C when invoking DDD.
Plotting
--------
- If you have several indexed variables in a cluster (such as X[1],
X[3], and X[5]), DDD plots the cluster as 2-D plot, where the X axis
shows the index, and the Y axis shows the values. This is useful for
plotting array slices (see below).
Source Navigation
-----------------
- Using GDB, `Open Source' no longer automatically reads all shared
libraries of the debuggee; this took too much time with some programs.
There is an additional button that loads libraries.
Data exploration
----------------
- You can rotate structs, saving space by omitting the member names.
A rotated struct looks very much like a horizontal array.
- The last rotation setting is used for new displays and is saved
together with other DDD options.
- Array slices `ARRAY[FROM..TO]' are much better supported:
* By default, the displayed values are clustered and displayed like an
ordinary array.
* Array slices can be plotted, too (see `Plotting', above).
- You can use the FROM..TO notation in arbitrary values, and also multiple
times; `graph display 1..5 * 1..5' creates a multiplication table.
- To select multiple displays, it suffices that the selection rectangle
touches a display (rather than enclosing it entirely).
- The Display Editor has buttons for clustering and unclustering displays.
Running the Program
-------------------
- Breakpoint commands are also supported for DBX, Perl, and XDB.
- In Perl, DDD supports temporary breakpoints.
Settings
--------
- DDD saves the GDB source directory path with the current session.
- DDD saves the JDB class path only with the current session.
Bug Fixes
---------
- Auto-raised menus work much better (enabled by default).
- The `floating' command tool now correctly follows movements of the
main window under KDE and other window managers.
- The register window is updated when the current frame changes.
- Value tips of strings containing ` = ' are displayed correctly.
- In file names, `//' is no longer normalized to `/'. This is useful
for special file systems, where '//c/foo' is an alias for `c:\foo`.
- Improved session management: `checkpoint sessions' not needed for shutdown
(as initiated by GNOME) are automatically deleted after exiting DDD.
- Improved auto-command recognition (includes saving displays across sessions)
- [LessTif] Selecting all displays in the Display Editor now works.
- [DBX] The array syntax `graph display [A..B]' works again for DBX.
- [DBX] Redirection to the execution window with Sun DBX 4.0 no
longer clutters program arguments.
- [Perl] Selecting identifiers that represent large data structures no longer
blocks DDD.
- [JDB] Thread names with dashes are handled correctly.
- [HP-UX] Renaming the `~/.ddd/init' file during saving options works.
- [Build] New `libiberty' and `configure' packages from GDB 4.18.
- [Build] If supported, `-isystem' is used for including system headers.
- [Build] If supported and required, `-fpermissive' is used for old X headers.
|
|
comparison in generated code (shows up with gcc -Wsign-compare for example)
|
|
|
|
- unconditionally enable the size code
- use wildcards consistently (PACKAGE_DEPENDS_WITH_PATTERNS=true)
|
|
|
|
Changes: This version now uses GNU autoconf, includes support for
tcp_wrappers, and fixes a minor year 2000 bug. The configuration file
parser has better error checking and many new configuration options
were added.
|
|
|
|
configure) to put kdbg's KDE resource files in the right place.
|
|
|
|
A better place to fix this might be in Qt's QDir class...
|
|
for the distfile.
|
|
|
|
|
|
|
|
library building
|
|
|
|
|
|
|
|
- Two new playmodes... loop and random.
- Continous play has been fixed, it does not crash eMixer anymore, also
the user has better control of it.
- A bias meter has been included, you can tell how many times you have
played a song.
- The total number of tracks on your playlist is now displayed.
|
|
|
|
packages have been updated since the 1.0.53 release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a minor compability fix for the latest cdrecord.
|
|
|
|
|
|
|
|
used by Java engines and SDKs.
|
|
This fixes PR pkg/9181 by Richard Rauch.
|
|
|
|
database which are not available for "termcap" applications.
|
|
|
|
Brad Spencer <brad@anduin.eldar.org>, with some modifications.
Caveats: ELF builds fail; shareware WADs (level files) have to be
gotten separately; playing audio from CDs seems to have problems (see
pkg/9270); GLX Quakeworld client probably doesn't work; Quakeworld
code perhaps triggers optimization bug?
Committed mainly to avoid duplication of work, and for the 1.4.x/i386
users/gamers :-)
|
|
systems. Many thanks to Scott Bartram/OrionSoft for providing this
(and the a.out version)
|
|
Changes since 3.22: * Fixed some misplaced text fields in the Motif version
of xscreensaver-demo; fixed a crash in the Gtk version
that would happen if the programs list was empty.
* Fixed a recently-introduced bug in `pulsar'.
* Made `sierpinski3d' use solid tetrahedrons instead of
points.
* Added `-trace' option to `xmatrix'.
* Added new hacks `xteevee' and `xspirograph'.
|
|
|
|
Changes since 3.21: * Fixed some bugs in xscreensaver-demo.
* Rewrote the Motif version of xscreensaver-demo to
match the new Gtk version.
* The Athena toolkit is no longer supported.
XXX: depends on lesstif>=0.89.9 (or motif), but dependency is handled
indirectly by USE_MOTIF... how to handle this?
|
|
|
|
|