patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9115, httpd.c: strcasecmp for GCC and...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9115: httpd.c: strcasecmp for GCC and stricmp for Windows

Submitter:  Thomas Nittel <thomas_nittel>
Submitted:  Sat 10 Sep 2016 07:46:20 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  goldsimon Open/Closed:  Closed
Planned Release:  2.0.0

Mon 12 Sep 2016 06:05:28 AM UTC, comment #1: 

You can #define stricmp strcasecmp in cc.h here. But looking at the code, dns.c has a private #define for it, and httpd.c has not. So this is something where we need some cleanup IMHO.

Dirk Ziegelmeier <dziegel>
Group administrator
Sat 10 Sep 2016 07:46:20 PM UTC, original submission:  

I had to change httpd.c so that GCC 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 227977] was able to link it with libc of CrossWorks for ARM 3.6 (see attached file).

Thomas Nittel <thomas_nittel>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #38472:  httpd.c added by thomas_nittel (89KiB - text/x-csrc)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by thomas_nittel (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-09-28 dziegel StatusNone Done
        Open/ClosedOpen Closed
    2016-09-12 dziegel Assigned toNone goldsimon
        Planned ReleaseNone 2.0.0
    2016-09-10 thomas_nittel Attached File- Added httpd.c, #38472

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code