Added System.Web.J2EE/PageMapper.cs and fixed dependecies in J2EE config.
[mono.git] / support /
2005-07-12 Daniel Drake2005-07-12 Daniel Drake <dsd@gentoo.org>
2005-07-07 Paolo MolaroThu Jul 7 12:35:20 EDT 2005 Paolo Molaro <lupus@ximian...
2005-07-01 Daniel Drake2005-07-01 Daniel Drake <dsd@gentoo.org>
2005-06-30 Gonzalo Paniagua... 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian...
2005-06-30 Ben Maurerrename a la miguel
2005-06-30 Ben Maurer2005-06-29 Ben Maurer <bmaurer@ximian.com>
2005-06-29 Gonzalo Paniagua... 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian...
2005-06-29 Marek Safarerror messages review
2005-06-29 Jonathan Pryor * map.c: Handle Syslog-related changes (SyslogFacility...
2005-06-28 Jonathan Pryor * map.c, map.h: Handle Syslog-related changes (SyslogL...
2005-06-27 Jonathan Pryor * map.c, map.h: Add corrected spelling of LOG_USER.
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-20 Miguel de IcazaRemoval of -module that causes OSX to miss-behave
2005-06-14 Marek SafarSwitch to compiler-tester
2005-06-14 Miguel de Icaza2005-06-13 Miguel de Icaza <miguel@novell.com>
2005-06-08 Jonathan Pryor * Makefile.am: Create an unversioned library. We...
2005-06-07 Jonathan Pryor * configure.in: Add checks for mremap, remap_file_pages.
2005-06-05 Jonathan Pryor * map-icalls.h, map.h: Change header comment so it...
2005-06-01 Jonathan Pryor * sys-mman.c: Add wrappers for mmap, munmap, mprotect...
2005-06-01 Jonathan Pryor * unistd.c: Oops -- deal with s/LockFlags/LockfCommand...
2005-05-31 Jonathan PryorFlush (oops).
2005-05-31 Jonathan Pryor * map.h, map.c, map-icalls.h: Rename LockFlags to...
2005-05-20 Zoltan Varga2005-05-20 Zoltan Varga <vargaz@freemail.hu>
2005-05-18 Jonathan Pryor * map-icalls.h: Added; auto-generated file which...
2005-05-16 Jonathan Pryor * sys-statvfs.c: Include "map.h" for Mono_Posix_ToMou...
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-13 Atsushi Eno2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
2005-05-12 Jonathan Pryor * map.c, map.h: Add FromMountFlags, ToMountFlags...
2005-05-04 Geoff Norton2005-05-03 Geoff Norton <gnorton@customerdna.com>
2005-04-30 Jonathan Pryor * stdio.c: Add Mono_Posix_Stdlib_DumpFilePosition...
2005-04-19 Jonathan Pryor * configure.in: Add check for <sys/xattr.h>.
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-04-08 Marek Safarnew error tests
2005-04-07 Jonathan Pryor * errno.c: Use the GNU version of strerror_r if _GNU_...
2005-04-06 Miguel de IcazaFlush
2005-04-05 Miguel de IcazaAdd properly ifdefed stuff
2005-04-05 Miguel de IcazaCommit refresh of the API from running 'make refresh'
2005-04-05 Zoltan Varga2005-04-05 Zoltan Varga <vargaz@freemail.hu>
2005-02-16 Ben Maurerremove .cvsignore, as this is not used anymore
2005-02-10 Zoltan Varga2005-02-10 Zoltan Varga <vargaz@freemail.hu>
2005-02-08 Zoltan Varga2005-02-08 Zoltan Varga <vargaz@freemail.hu>
2005-02-07 Jonathan Pryor * grp.c: Oops. Didn't see other Solaris fix in #72292.
2005-02-07 Jonathan Pryor * grp.c, pwd.c: Clear errno before calling the actual...
2005-02-03 Jonathan Pryor * Makefile.am (MPH_C_SOURCE): Move errno.c into MPH_C...
2005-02-03 Jonathan Pryor * errno.c: Mono_Posix_Syscall_SetLastError should...
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2005-01-25 Jonathan Pryor * macros.c: Use gint64, not long, to match C# declara...
2005-01-23 Geoff Norton2005-01-23 Geoff Norton <gnorton@customerdna.com>
2005-01-14 Jonathan Pryor * map.h: Correct Mono_Posix_OpenFlags values (they...
2005-01-13 Jonathan Pryor * fstab.c: Fix HPUX support. HPUX includes both ...
2005-01-06 Jonathan Pryor * fstab.c: Add support for HPUX, which uses <checklist.h>.
2005-01-05 Jonathan PryorAllow MonoPosixHelper to *actually* compile on Win32...
2005-01-05 Jonathan Pryor * map.c: Include <config.h> so we can check for PLATF...
2005-01-05 Jonathan Pryor * map.c: Fix Win32 build break. Win32 doesn't have...
2005-01-05 Sebastien Pouliot2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
2005-01-05 Sebastien Pouliot2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
2005-01-05 Jonathan Pryor * serial.c: HPUX compiler fix.
2005-01-04 Jonathan Pryor * stdio.c: Add wrapper for C99's snprintf(3).
2005-01-04 Jonathan Pryor * Makefile.am: Rewrite. Remove configure-generated...
2005-01-04 Raja R Harinath* Makefile.am (LIBS): Remove. Was overriding results...
2005-01-04 Jonathan Pryor * Makefile.am: Add libnsl to LIBS. Hopefully this...
2005-01-03 Jonathan Pryor * signal.c, stdio.c: Remove "function declaration...
2005-01-03 Jonathan Pryor * mph.h, x-struct-str.c: Add "const" to parameters...
2005-01-03 Jonathan Pryor * fstab.c: Remove some sparc compiler warnings.
2005-01-03 Jonathan Pryor * fstab.c: Solaris doesn't support getfsent(3), but...
2005-01-02 Jonathan Pryor * stdio.c: More wrapper functions. I missed a few...
2004-12-30 Jonathan Pryor * stdio.c: More wrapper functions. This should compl...
2004-12-30 Jonathan Pryor * sys-statvfs.c: Further proving that changing code...
2004-12-30 Jonathan Pryor* signal.c: Mac OS X portability fixes -- it doesn...
2004-12-30 Jonathan Pryor * Makefile.am: Add signal.c to the build.
2004-12-30 Jonathan Pryor * sys-statvfs.c: Fix Mac OS X build (statfs.f_frsize...
2004-12-29 Jonathan Pryor * unistd.c: Null-terminate the string returned by...
2004-12-28 Jonathan Pryor * Makefile.am: Add GLIB_LIBS to the LIBS line, since...
2004-12-28 Jonathan Pryor * fstab.c: Added; wrap <fstab.h> functions: getfsent...
2004-12-23 Paolo MolaroThu Dec 23 14:58:09 EST 2004 Paolo Molaro <lupus@ximian...
2004-12-21 Chris Toshok2004-12-21 Chris Toshok <toshok@ximian.com>
2004-12-14 Marek SafarCopied remotely
2004-12-01 Jonathan Pryor * mph.h: Use <glib.h>, not <glib/gtypes.h>, as the...
2004-11-27 Miguel de Icaza2004-11-27 Miguel de Icaza <miguel@ximian.com>
2004-11-25 Raja R Harinath* Makefile.am (MPH_SOURCE): Distribute old-map.h.
2004-11-25 Raja R Harinath* Makefile.am (MPH_SOURCE): Distribute map.h.
2004-11-19 Marek Safarrenamed
2004-11-18 Jonathan Pryor * stdio.c: Add fread(3) and fwrite(3) wrappers.
2004-11-18 Lluis Sanchez2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
2004-11-17 Atsushi Eno2004-11-17 Atsushi Enomoto <atsushi@ximian.com>
2004-11-16 Jonathan Pryor * Makefile.am: Remove sys-mount.c from the build.
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-14 Duncan MakMove the configure.in entries back, enough ChangeLog...
2004-11-14 Duncan MakMove Jon's ChangeLog entries to the new ChangeLog in...
2004-11-14 Geoff NortonAdd ChangeLog for support/ specific changes.
2004-11-14 Geoff NortonRevent a small part of jon's BSD configure.in patches.
2004-11-12 Jonathan Pryor * support/Makefile.am: Add utime.c and sys-time.c...
2004-11-12 Jonathan Pryor * support/errno.c: Only export strerror_r if it's...
2004-11-12 Jonathan PryorPortability fixes for Solaris and HP/UX.
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-11-08 Jonathan Pryor* support/map.c: Remove <poll.h> include. Building...
2004-11-08 Jonathan Pryor * configure.in: Add new function/header/type checks...
2004-11-05 Jonathan PryorMore Mac OS X portability fixes. On Linux, getgrnam_r...
2004-11-05 Jonathan PryorMac OS X and BSD portability fixes. MonoPosixHelper...
2004-11-05 Jonathan PryorIntegrate Mono.Posix OEE with Mono.
next