Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[codespell]
skip = Language files,GenPat,7zip,boost,bzip2,exehead,zlib
ignore-words-list = atleast,claus,complies,fave,fo,htmp,inbetween,isnt,msdos,nd,nnumber,pard,parms,,pres,ptd,ressize,ro,siz,statics,thats,unknwn,wit
4 changes: 2 additions & 2 deletions Docs/src/history.but
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ Released on December 24th, 2007

\b Fixed build issues on Mac OS (\W{http://sourceforge.net/support/tracker.php?aid=1851365}{bug #1851365})

\b Fixed endianity issues introduced in version 2.32 (\W{http://sourceforge.net/support/tracker.php?aid=1851365}{bug #1851365})
\b Fixed endianness issues introduced in version 2.32 (\W{http://sourceforge.net/support/tracker.php?aid=1851365}{bug #1851365})

\H{v2.33} 2.33

Expand Down Expand Up @@ -2156,7 +2156,7 @@ Released on April 7th, 2006

\b The script compiler, makensis, builds and works on big-endian platforms. This change enlarges the portability range of NSIS to theoretically every POSIX platform. Please \W{http://sourceforge.net/tracker/?group_id=22049&atid=373085}{report} any incompatibility with specific platforms or build-tools.

\b The internal changes made to support big-endian platforms also pave the road to x64 installers. There is now a central function which writes data to disk. This function currently only converts the endianity of integers, but it can be changed to selectively write 64-bit integers. Hopefully, there'll soon be a simple method of compiling a script to both x86 and x64 installers.
\b The internal changes made to support big-endian platforms also pave the road to x64 installers. There is now a central function which writes data to disk. This function currently only converts the endianness of integers, but it can be changed to selectively write 64-bit integers. Hopefully, there'll soon be a simple method of compiling a script to both x86 and x64 installers.

\b Changing Source/exehead/fileform.h to alter the internal structure of installers is no longer enough. The compiler has its own definitions of the structures which must also be changed in Source/fileform.cpp. In the future, fileform.cpp should be automatically generated from fileform.h, but for now, the synchronization must be done manually.

Expand Down
2 changes: 1 addition & 1 deletion Include/StrFunc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ reduced.
- Renamed header file to "StrFunc.nsh".
- Added 1 function, StrLoc.
- Modified StrStrAdv, removed some lines.
- Fixed StrTok, 2 simple numbers made it loop everytime.
- Fixed StrTok, 2 simple numbers made it loop every time.
- Fixed some small issues on the header file.

0.02 - 01/24/2004
Expand Down