Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 204)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#21 fixed zip: -AC option not supported ataylor
Description

The -AC option (clear archive attribute) should be supported under OS/2 as well as Win32. (The -AS option should be supported as well.)

(This information from Silvan:) 1971 #if defined(WIN32) 1972 {"AC", "archive-clear", o_NO_VALUE, o_NOT_NEGATABLE, o_AC, "clear DOS archive bit of included files"}, 1973 {"AS", "archive-set", o_NO_VALUE, o_NOT_NEGATABLE, o_AS, "include only files with archive bit set"}, 1974 #endif

It looks as if the #if statement should be updated to include an OS2 platform variable.

#23 fixed expat: Compile with GCC dmik
Description

I found that there is no up-to-date verson of the Expat XML parser library for OS/2. We need one. One of the use cases is the git http push function (very needed as many repositories are hosted though HTTP/HTTPS and we're moving to git slightly). See #19 for details.

It seems that the current Expat 2.1.0 CVS has some support for OS/2 already. At least, they claim that they support OS/2 when building with Watcom: http://expat.cvs.sourceforge.net/viewvc/expat/expat/watcom/?hideattic=0&pathrev=R_2_1_0.

It should be easy to adopt the build to GCC.

#24 fixed autoconf / automake: apply patches by KOMH dmik
Description

There are fresh versions of autoconf and automake from KOMH:

http://hobbes.nmsu.edu/download/pub/os2/dev/util/automake-1.13.1.zip http://hobbes.nmsu.edu/download/pub/os2/dev/util/autoconf-2.69.zip

We should update our repos and RPMs.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.