Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Posix/ChangeLog')
-rw-r--r--mcs/class/Mono.Posix/ChangeLog163
1 files changed, 0 insertions, 163 deletions
diff --git a/mcs/class/Mono.Posix/ChangeLog b/mcs/class/Mono.Posix/ChangeLog
deleted file mode 100644
index b2f174292b7..00000000000
--- a/mcs/class/Mono.Posix/ChangeLog
+++ /dev/null
@@ -1,163 +0,0 @@
-2009-02-09 Jonathan Pryor <jpryor@novell.com>
-
- * Documentation/en/Mono.Unix/UnixGroupInfo.xml: Document semantic
- changes to UnixGroupInfo.GetMembers().
-
-2009-01-08 Rodrigo Kumpera <rkumpera@novell.com>
-
- * Documentation/en/*: Updated the documentation for RT signals.
-
-2008-12-19 Jonathan Pryor <jpryor@novell.com>
-
- * Mono.Posix.dll.sources: Add Mono.Unix.Native/RealTimeSignum.cs.
- * Mono.Posix_test.dll.sources: Add
- Mono.Unix.Native/RealTimeSignumTest.cs.
-
-2008-02-09 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix_test.dll.sources: Add Mono.Unix/UnixSignalTest.cs.
-
-2008-01-28 Jonathan Pryor <jpryor@novell.com>
-
- * Mono.Posix.dll.sources: Add Mono.Unix/UnixSignal.cs.
-
-2006-10-24 Jonathan Pryor <jonpryor@vt.edu>
-
- * Makefile: Don't build make-map.exe.
- * Mono.Posix.dll.sources: Move MapAttribute into Mono.Unix.Native; remove
- HeaderAttribute.cs; Add TypeAttributes.cs.
-
-2006-07-02 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix_test.dll.sources: Add Mono.Unix/UnixPathTest.cs.
-
-2006-01-02 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Remove Mono.Unix obsolete files.
-
-2005-11-28 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix_test.dll.sources: Move StdlibTest into the Mono.Unix.Native
- directory.
-
-2005-11-01 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add new files: Mono.Unix/FileHandleOperations.cs,
- Mono.Unix/UnixPipes.cs.
-
-2005-10-25 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add Mono.Unix.Native/FileNameMarshaler.cs.
- * Mono.Posix_test.dll.sources: Add Mono.Unix/UnixEncodingTest.cs
-
-2005-10-21 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add new file: Mono.Unix/FileAccessPattern.cs
-
-2005-10-19 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add new files: Mono.Unix/FileAccessPermissions.cs,
- Mono.Unix/FileSpecialAttributes.cs, Mono.Unix/FileTypes.cs.
-
-2005-10-17 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix_test.dll.sources: Add Mono.Unix/UnixMarshalTest.cs.
-
-2005-09-20 Jonathan Pryor <jonpryor@vt.edu>
-
- * Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
- the build, so that we don't see dozens of warnings about using [Obsolete]
- code.
- * Mono.Unix.Native: directory added
- * Mono.Posix.dll.sources: Add Mono.Unix.Native/*.cs sources.
-
-2005-08-24 Lluis Sanchez Gual <lluis@novell.com>
-
- * Makefile: Removed System.Runtime.Remoting dependency.
- * Mono.Posix.dll.sources: Added new files:
- Mono.Remoting.Channels.Unix/UnixBinaryClientFormatterSink.cs
- Mono.Remoting.Channels.Unix/UnixBinaryClientFormatterSinkProvider.cs
- Mono.Remoting.Channels.Unix/UnixBinaryCore.cs
- Mono.Remoting.Channels.Unix/UnixBinaryServerFormatterSink.cs
- Mono.Remoting.Channels.Unix/UnixBinaryServerFormatterSinkProvider.
-
-2005-07-30 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : csc build fix.
-
-2005-07-28 Lluis Sanchez Gual <lluis@novell.com>
-
- * Mono.Posix.dll.sources: Add the Unix remoting channel to the build.
- * Makefile: Add System.Runtime.Remoting dependency.
-
-2005-02-28 Jonathan Pryor <jonpryor@vt.edu>
-
- * Makefile (TEST_MCS_FLAGS): Ignore warnings 0219 (variable declared and
- never used) and 0618 (member is obsolete): this is test code, which
- produces lots of unused variables and tests [Obsolete] members.
-
-2005-02-28 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdioFileStreamTest.cs.
-
-2005-01-13 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdlibTest.cs.
-
-2005-01-05 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add Mono.Unix/StdioFileStream.cs.
-
-2005-01-05 Jonathan Pryor <jonpryor@vt.edu>
-
- * Makfile: Add testsuite.
- * Mono.Posix_test.dll.sources: Added; Files for testsuite.
- * Test: Directory added.
-
-2004-12-28 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add UnixDriveInfo and UnixPath.
-
-2004-11-22 Raja R Harinath <rharinath@novell.com>
-
- * Makefile (CLEAN_FILES): Clean up make-map.exe and the duplicated
- Mono.Posix.dll.
-
-2004-11-18 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add Mono.Unix/CdeclFunction.cs to the build.
-
-2004-11-16 Jonathan Pryor <jonpryor@vt.edu>
-
- + Rename the Mono.Posix namespace to Mono.Unix.
- + Copy the Mono.Posix files from the mono-1-0 branch to Mono.Posix (to
- preserve backward compatibility).
- * Mono.Posix.dll.sources: Rename Mono.Posix to Mono.Unix, remove
- IncludeAttribute and MapAttribute from Mono.Posix namespace (use the
- ones in Mono.Unix instead).
- * Makefile: Update file paths to build from Mono.Unix.
-
-2004-11-05 Jonathan Pryor <jonpryor@vt.edu>
-
- * Mono.Posix.dll.sources: Add lots of new files to the binding.
-
-2004-06-03 Raja R Harinath <rharinath@novell.com>
-
- * Makefile (Mono.Posix/make-map.exe): Depend on $(the_lib) to pick
- the name of the library from library.make. This should make it
- parallel-make-safe.
-
-2004-04-26 Jackson Harper <jackson@ximian.com>
-
- * Makefile: Dont use explicit lib references so the proper lib
- directory is used. Output to profile directory.
-
-2004-01-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * Makefile: handle win32 paths and copy Mono.Posix.dll to Mono.Posix
- directory so that MS runtime finds it.
-
-2003-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * Check in.
-