Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Don't try to parse ${MOTIFLIB} if it's not defined. | asami | 1999-08-22 | 1 | -1/+5 |
| | |||||
* | Back out serious breakage introduced by previous commit: you can't use | asami | 1999-08-20 | 1 | -3/+3 |
| | | | | | ${SED} and ${AWK} in != statements because they are executed immediately. | ||||
* | Update to version 3.1.6, remove a double MASTER_SITE, and fix portlint | green | 1999-08-19 | 2 | -6/+5 |
| | | | | | | warnings. Approved by: obrien | ||||
* | Use byacc vs. bison if the vsl-gramma.* files need rebuilding. | obrien | 1999-06-16 | 1 | -0/+11 |
| | | | | PR: 11959 | ||||
* | Upgrade to 3.1.5. | obrien | 1999-05-25 | 3 | -15/+11 |
| | | | | | | Most notable fixes: - [XEmacs] DDD supports gud-mode in XEmacs 21.0. - [Build] DDD supports Bison 1.27 and Automake 1.4a. | ||||
* | Fix linage breakage. DDD author made a workaround for Motif 2.1 on | obrien | 1999-05-09 | 1 | -0/+11 |
| | | | | | Solaris, but it seems to have broken building with Motif 2.1 on most every other platform. | ||||
* | Wow! What big teeth you have grandma! "All the better to Weat you | hoek | 1999-05-02 | 1 | -2/+2 |
| | | | | | | with, my dear." [That's lupus for "Add WWW:"] | ||||
* | add quotes around variable so it can work on the command line correctly | mharo | 1999-05-02 | 1 | -2/+2 |
| | | | | add a few more X libraries to the list | ||||
* | Upgrade to 3.1.4 | obrien | 1999-04-27 | 2 | -3/+5 |
| | | | | Noticed by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> | ||||
* | Portlint. | asami | 1999-03-09 | 1 | -2/+2 |
| | |||||
* | Update version required comment too. | steve | 1999-03-08 | 1 | -2/+2 |
| | |||||
* | upgrade to 3.1.3 | obrien | 1999-01-21 | 2 | -3/+3 |
| | | | | | PR: ports/9490 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> | ||||
* | version 3.1.1 is out | obrien | 1998-12-07 | 2 | -3/+3 |
| | |||||
* | Upgrade to version 3.1 | obrien | 1998-12-03 | 2 | -6/+6 |
| | |||||
* | Depend on libXpm | obrien | 1998-12-01 | 1 | -3/+5 |
| | | | | | PR: ports/8896 Submitted by: Jose Maa Alcaide <jose@we.lc.ehu.es> | ||||
* | Upgrade to ver 3.0.92. | obrien | 1998-12-01 | 2 | -8/+3 |
| | |||||
* | upgrade to 3.0.91 | obrien | 1998-11-14 | 2 | -8/+13 |
| | |||||
* | Remove manpages define in MAN? fom PLIST for all the devel ports. | asami | 1998-08-12 | 1 | -1/+0 |
| | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). | ||||
* | upgrade to version 3.0 | obrien | 1998-06-23 | 2 | -3/+3 |
| | |||||
* | Upgrade to 2.2.3. | obrien | 1998-02-19 | 4 | -11/+17 |
| | | | | PR: ports/5757 | ||||
* | Paths changed on MASTER_SITES. | obrien | 1997-06-23 | 1 | -4/+4 |
| | | | | Noticed by: Bill Fenner <fenner@parc.xerox.com> | ||||
* | Upgrade to v2.1.1. | obrien | 1997-06-04 | 2 | -3/+3 |
| | | | | | | Now compiles/runs w/Lesstif w/o extra patches. Noticed by: Thomas Gellekum <tg@ihf.rwth-aachen.de> | ||||
* | Upgrade to 2.1. | obrien | 1997-05-23 | 5 | -7/+19 |
| | | | | Submitted by: jkh | ||||
* | DDD is the Data Display Debugger, a common graphical front-end for | obrien | 1997-05-22 | 6 | -0/+67 |
GDB, DBX, and XDB debuggers. DDD is an Motif application that besides the "usual" features such as viewing source texts and breakpoints, DDD provides a _graphical_data_display_, where data structures are displayed as graphs. A simple mouse click dereferences pointers or reveals structure contents. Complex data structures can be explored incrementally and interactively, using automatic layout if preferred. Each time the program stops, the data display reflects the current variable values. |