The NetBSD Project

othersrc/dist/cdk/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / othersrc / dist / cdk


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/ [show]        
[DIR] c++/        
[DIR] demos/        
[DIR] examples/        
[DIR] include/        
[DIR] man/        
[TXT] BUGS 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] CHANGES 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] CHANGES.myc 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] COPYING 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] EXPANDING 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] INSTALL 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] Makefile.in 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] NOTES 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] README 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] TODO 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] aclocal.m4 1.2 21 years simonb Remove unused (and completely bogus) SYSTEM_NAME define from include/cdk_config....
[TXT] alphalist.c 1.2 19 years christos Coverity CID 2038
[TXT] binding.c 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] buttonbox.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] calendar.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] cdk-4.9.9.lsm 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] cdk.c 1.6 19 years christos Coverity CID 1362: Allocate one more element to appease coverity.
[TXT] cdkscreen.c 1.2 21 years christos PR/17595: Peter Postma: SIGSEGV+SIGBUS handler calls functions that are not asyn...
[TXT] config.guess 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] config.sub 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] configure 1.2 21 years simonb Remove unused (and completely bogus) SYSTEM_NAME define from include/cdk_config....
[TXT] configure.in 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] debug.c 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] dialog.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] draw.c 1.2 24 years garbled Patches to allow CDK to compile cleanly, and add KEY_CR, because curses.h overri...
[TXT] entry.c 1.4 20 years dsl Use (unsigned char) not & 0xff on args to ctype functions
[TXT] fselect.c 1.8 19 years christos Coverity CID 2786: Fix memory leak.
[TXT] graph.c 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] histogram.c 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] install.sh 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] itemlist.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] label.c 1.2 24 years garbled Add doupdate() call to drawCDKLabel so the widget actually appears on the screen...
[TXT] marquee.c 1.2 24 years garbled Patches to allow CDK to compile cleanly, and add KEY_CR, because curses.h overri...
[TXT] matrix.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] mentry.c 1.5 20 years dsl Use (unsigned char) not & 0xff on args to ctype functions
[TXT] menu.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] mkdirs.sh 1.1.1.1 24 years garbled Initial import of CDK 4.9.9. The work to port this was performed by Charles Han...
[TXT] position.c 1.2 24 years garbled Patches to allow CDK to compile cleanly, and add KEY_CR, because curses.h overri...
[TXT] radio.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] scale.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] scroll.c 1.4 21 years agc Use bounded string op (snprintf instead of sprintf) for an automatic array which...
[TXT] selection.c 1.4 23 years wiz Replace some misuses of "then" with "than".
[TXT] slider.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] swindow.c 1.4 19 years lukem Ensure widestItem is initialized in setCDKSwindowContents() before use. Detected...
[TXT] template.c 1.3 24 years garbled Fix a problem in these widgets where they uncondititonally set the exitType to e...
[TXT] viewer.c 1.3 19 years christos Coverity CID 972: Someone confused && and || again.

General options
,

CVSweb <webmaster@jp.NetBSD.org>