The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.
Find a file
fedor ab5ab29c0a Better DLL handling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6679 72102866-910b-0410-8b05-ffd578937521
2000-06-14 04:03:56 +00:00
Admin
config Add check for word alignment 2000-05-03 03:14:14 +00:00
Documentation Added description for basic methods 2000-05-08 20:45:47 +00:00
Examples
GSDoc Various changes for improved uniquing 2000-04-18 09:02:38 +00:00
Headers/gnustep Better DLL handling 2000-06-14 04:03:56 +00:00
NSCharacterSets
NSTimeZones
Source Better DLL handling 2000-06-14 04:03:56 +00:00
Testing Remove non-Openstep classes. More WIN32 changes. 2000-06-13 14:50:40 +00:00
Tools Better DLL handling 2000-06-14 04:03:56 +00:00
.cvsignore
acconfig.h Add check for word alignment 2000-05-03 03:14:14 +00:00
aclocal.m4
ANNOUNCE
AUTHORS
BUGS
ChangeLog Better DLL handling 2000-06-14 04:03:56 +00:00
ChangeLog.1
config.guess
config.mak.in
config.sub
configure Regenerate 2000-06-13 14:51:31 +00:00
configure.bat
configure.in Remove non-Openstep classes. More WIN32 changes. 2000-06-13 14:50:40 +00:00
COPYING
COPYING.LIB
GNUmakefile
gnustep-base.spec
INSTALL
install-sh
INSTALL.WIN32
Makefile
Makefile.postamble
mkinstalldirs
NEWS
README
Version

Readme
******

The GNUstep Base Library is a library of general-purpose, non-graphical
Objective C objects.  For example, it includes classes for strings,
object collections, byte streams, typed coders, invocations,
notifications, notification dispatchers, moments in time, network ports,
remote object messaging support (distributed objects), event loops, and
random number generators.

   It provides functionality that aims to implement the non-graphical
portion of the OpenStep standard (the Foundation library).

   Here is some introductory info to get you started:

Initial reading
===============

   The file `NEWS' has the library's feature history.

   The file `GNUstep-HOWTO' give instructions for installing the
library.

How can you help?
=================

   * Give us feedback!  Tell us what you like; tell us what you think
     could be better.  Send bug reports to <bug-gnustep@gnu.org>.


     Happy hacking!