summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/isatty_r.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: Remove unused includesKinsey Moore2023-10-131-1/+0
|
* cpukit/libcsupport/src/[g-r]*: Change license to BSD-2Joel Sherrill2022-04-011-3/+22
| | | | Updates #3053.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-1/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* libcsupport: Doxygen enhancement task #2Alex Ivanov2012-12-091-6/+10
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/8017203
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* #include <unistd.h>.Ralf Corsepius2010-04-021-0/+1
|
* Rework autoconf defines.Ralf Corsepius2009-09-301-1/+1
|
* Add __attribute__((unused)) to function arguments.Ralf Corsepius2009-09-151-1/+1
|
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-061-0/+34
* libcsupport/Makefile.am: * libcsupport/src/isatty_r.c: New file.