Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 3927)

Ticket Resolution Summary Owner Reporter
#1124 Fixed _Date_Time_SystemTimeTo*Str() Errors with bFmt = 1 Jpm wraithdu
Description

Both the _Date_Time_SystemTimeToDateTimeStr() and _Date_Time_SystemTimeToDateStr() functions return the wrong date format when bFmt = 1. They return the date in yyyy/dd/mm instead of the documented yyyy/mm/dd. bFmt = 0 correctly returns mm/dd/yyyy though.

#1283 Fixed aut2exe_x64 Ignores /pack Parameter When Compiling x86 Executable Valik wraithdu
Description

When run from the command line (or from AutoIt3Wrapper) on an x64 system, aut2exe_x64.exe ignores the /pack parameter when compiling an x86 executable and does not run UPX. Running aut2exe_x64.exe normally (GUI mode) allows UPX packing when compiling as x86.

aut2exe_x64.exe /in script.au3 /comp 4 /pack
#1309 Rejected BitShift() as Unsigned Integer by Default wraithdu
Description

Change AutoIt's default BitShift() behavior to peform the operation as an unsigned integer (like C++). Optionally add a flag to force the operation to be performed as a signed integer as well.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.