]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - gnu
chrtoblk() returns dev_t, not int.
[FreeBSD/FreeBSD.git] / gnu /
1994-12-04 acheThis commit was generated by cvs2svn to compensate...
1994-12-03 atsThrow out the abort call, the reasoning seems to be...
1994-12-03 acheThis commit was generated by cvs2svn to compensate...
1994-12-02 wollmanThis commit was generated by cvs2svn to compensate...
1994-12-02 acheUse new bkgd() function to produce background
1994-11-28 atsAdd the files y.tab.h and a2p.c that get automatically...
1994-11-28 atsAdd the automatically generated files: y.tab.h c-exp...
1994-11-24 acheAdd -lcompat to LDADD for insque/remque (they treated...
1994-11-23 acheFor unknown reason _G_HAVE_SYS_RESOURCE was defined...
1994-11-23 acheAdd missing osfcn.h
1994-11-22 jkhRemove /usr/gnu from mandatory manpath.
1994-11-20 acheAdd ^X,^B,^F,^E,^A
1994-11-19 acheAutomatically turn off insert mode when end of field...
1994-11-19 acheHighlight only flen sized part while editing in line_edit()
1994-11-19 acheHighlight only space available for editing
1994-11-18 achesilently restrict all boxes to LINES, COLS
1994-11-18 jkhFrom: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>
1994-11-18 acheDraw passed line with passed attrs on enter of line_edit()
1994-11-18 acheAdd new parameter to line_edit: field length (-1 means...
1994-11-18 acheSave/restore attrs in line_edit now
1994-11-17 acheUse newscr instead of curscr in shadows code
1994-11-17 acheUse wnoutrefresh() in clear_norefresh
1994-11-17 acheAdd dialog_clear_norefresh() function
1994-11-17 acheRemove regex.h, it conflicts with our POSIX regex.h...
1994-11-17 acheFix original bug with wrong calculated dims for items...
1994-11-17 achePut #warning "this file is obsoleted ... etc."
1994-11-16 acheUpdate with new autosizing code, use -1 -1 now
1994-11-16 acheFull autosizing support, now you can pass -1, -1 for any
1994-11-16 ljoAdded NO_IMPLICIT_C as our header files in standard...
1994-11-15 acheMake shadow more 'real': now shadowed letters appearse...
1994-11-15 acheAdd comment about SYSV-ism
1994-11-15 acheFix bug: only one second-level shadow drawed
1994-11-15 phkIntegrated GCC-2.6.1 -> GCC-2.6.2 changes.
1994-11-14 bdeClean up some foreign makefiles a bit, attempting to...
1994-11-14 bdeInclude <sys/types.h> early. This will be required...
1994-11-13 jkhFix merge conflicts.
1994-11-13 jkhThis commit was generated by cvs2svn to compensate...
1994-11-13 jkhMichael Reifenberger's libg++ port
1994-11-13 jkhMichael Reifenberger's libg++ port
1994-11-13 jkhThis commit was generated by cvs2svn to compensate...
1994-11-13 jkhMichael Reifenberger's libg++ 2.6.1 port.
1994-11-12 acheThis commit was generated by cvs2svn to compensate...
1994-11-12 larsThis commit was generated by cvs2svn to compensate...
1994-11-12 larsThis commit was generated by cvs2svn to compensate...
1994-11-10 acheAdditionly use erase char from termios
1994-11-10 phkaddress @freefall.cdrom.com -> @freebsd.org
1994-11-08 acheAdd include
1994-11-08 acheAdd missing values.h (it isn't part of libg++ anymore...
1994-11-07 dgEnabled build/install of kgdb.
1994-11-07 phkAs pointed out by Paul Traina, we need the libs to...
1994-11-06 bdeRestore my fixes to 2.6.0. The changes should not...
1994-11-06 dgFrom Johannes Stille:
1994-11-04 phkExplicitly tell cpp where to look for include files.
1994-11-04 acheThis commit was generated by cvs2svn to compensate...
1994-11-04 jkh__386BSD__ -> __FreeBSD__
1994-11-03 gclarkiiCorrect my hosing...:(
1994-11-03 phkBump the version-number of the "shared-gcc-internals...
1994-11-03 gclarkiiChange libs to install in /usr/lib/perl
1994-11-03 gclarkiiChange libs to /usr/lib/perl
1994-11-03 gclarkiiInstall libs into /usr/lib/perl. The discussion we...
1994-11-03 jkhRemove obsolete __386BSD__ predefine.
1994-11-03 phk----------------------------------
1994-11-02 pstPut a real man page in for cpp(1)... it needs to be...
1994-11-02 acheEnhance inputbox to pass initial prompt (optional)
1994-11-02 acheNow line_edit() uses passed string as initial prompt
1994-11-02 jkhTranslate README to english. :-)
1994-11-01 jkhLink g++ -> c++, like I did with gcc -> cc. This is...
1994-11-01 jkhAdd LINKS to get gcc back.
1994-11-01 acheFix beforeinstall compare
1994-11-01 pstDon't reinstall includes when not necessary
1994-10-31 acheAdd pointer check after each newwin/subwin with error...
1994-10-30 joergThis commit was generated by cvs2svn to compensate...
1994-10-29 pstThis commit was generated by cvs2svn to compensate...
1994-10-29 pstTest test test! sigh!
1994-10-28 jkhThis commit was generated by cvs2svn to compensate...
1994-10-28 jkhAdd a -I${.CURDIR} so that the next time Andrew changes...
1994-10-28 acheAdd refresh after each line of program output,
1994-10-28 acheprgbox example added
1994-10-28 acheAdd --prgbox option to test new prgbox() function
1994-10-28 acheImplement dialog_prgbox() function which allows run...
1994-10-27 wollmanConvince Perl to that is is part of the system, as...
1994-10-26 ljoThis commit was generated by cvs2svn to compensate...
1994-10-26 ljoThis commit was generated by cvs2svn to compensate...
1994-10-26 ljoThis commit was generated by cvs2svn to compensate...
1994-10-26 jkhRepair the damage done by whomever blew the last commit...
1994-10-25 acheMove dialog_update() to another place, because it is...
1994-10-25 bdeAdd perl.
1994-10-25 paulAdded refresh() to dialog_clear so that it actually
1994-10-25 ljoAdded f77 program. This is a modified version of the...
1994-10-25 ljoAdded FORTRAN rule.
1994-10-25 dgChanged NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and...
1994-10-24 acheMake dialog attributes visible from outside (for direct...
1994-10-22 wollmanCompleted last fix: don't use backquotes in here-docume...
1994-10-22 wollmanFill in SUBMITTER= line correctly.
1994-10-22 wollmanI really, really don't want to know why adding a blank...
1994-10-22 nateAdding cvsinit back to the subdirs since it shouldn...
1994-10-22 pstremove cvsinit from subdir list
1994-10-22 jkhThis commit was generated by cvs2svn to compensate...
1994-10-22 jkhThis commit was generated by cvs2svn to compensate...
1994-10-22 nateAdded cvsinit shell script as a runnable command.
next