[ros-diffs] [peterw] 30315: - Update the readmes and changelog a bit.

peterw at svn.reactos.org peterw at svn.reactos.org
Sat Nov 10 04:38:20 CET 2007


Author: peterw
Date: Sat Nov 10 06:38:19 2007
New Revision: 30315

URL: http://svn.reactos.org/svn/reactos?rev=30315&view=rev
Log:
- Update the readmes and changelog a bit.

Modified:
    trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
    trunk/tools/RosBE/RosBE-Windows/Root/README.odt
    trunk/tools/RosBE/RosBE-Windows/Root/README.txt
    trunk/tools/RosBE/RosBE-Windows/RosBE.nsi

Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt?rev=30315&r1=30314&r2=30315&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt Sat Nov 10 06:38:19 2007
@@ -40,13 +40,21 @@
    - Fix the Case where you enable Logging and want to keep the default Path for it. (Daniel Reimer)
 
 - Added a small utility (chknewer) to check if one file is newer than another. This removes the dependency on test from Config.cmd and Build.cmd. (Peter Ward)
-- Added a small utility (chkslash) to check if a string contains a backslash '\', it's needed for the reladdr2line.cmd changes.
+- Added a small utility (chkslash) to check if a string contains a backslash '\', it's needed for the reladdr2line.cmd changes. (Peter Ward)
+- Modified reladdr2line.cmd so that you can now use 'raddr2line ntdll.dll 7c90e143' (Peter Ward)
+  instead of 'raddr2line output-i386\dll\ntdll\ntdll.dll 7c90e143'. You can
+  also use part of the file name ie. 'ntdll*' instead of 'ntdll.dll' and
+  it will match it. Searchs the current directory and all sub-directories.
+  (does not match directories of course)
+  (yes you can still specify the full path if you like)
+- Move GCC environment setup to rosbe-gcc-env.cmd to support 'chdefgcc', this (Peter Ward)
+  file can also be used outside of the RosBE to initialize and GCC/MinGW
+  in the current directory.
 - Added the command 'chdefgcc' to allow easy switching of the current toolset. (Peter Ward)
 - Added a minimal replacement for tee. (Peter Ward)
 - Added ccache 2.4 to RosBE. (Daniel Reimer)
 - Added the command "oldmode" to still use the HOST headers, not the target ones in SVN Tree. (Daniel Reimer)
 - Readd chdefdir due to popular Demand. (Daniel Reimer)
-- Downgraded sed to prevent a EOL style destruction. (Daniel Reimer)
 - Move Options cmd and srcdir.txt to Application Data Folder. (Peter Ward)
 - Move Temp Files to Temp Folder. (Daniel Reimer)
 

Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.odt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/README.odt?rev=30315&r1=30314&r2=30315&view=diff
==============================================================================
Binary files - no diff available.

Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/README.txt?rev=30315&r1=30314&r2=30315&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/README.txt (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/README.txt Sat Nov 10 06:38:19 2007
@@ -17,7 +17,7 @@
 mingw-runtime-3.13
 w32api-3.10
 mingw32-make-3.81-2
-nasm-0.99.05-win32
+nasm-0.99.06-win32
 mingw-4.1.3-20071015-prerelease
    patched with:
    - “GCC-v4.1-r129382-prerelease-w3seek.patch”

Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.nsi?rev=30315&r1=30314&r2=30315&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi (original)
+++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi Sat Nov 10 06:38:19 2007
@@ -38,7 +38,7 @@
 ;; MUI begin.
 
 ;;
-;; Read our custom page ini, remove previous version and check if the user has administrative privileges.
+;; Read our custom page ini, remove previous version.
 ;;
 Function .onInit
     Call UninstallPrevious




More information about the Ros-diffs mailing list