Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris11-sparc Build #5700

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2e3607034dcbbc97aa587d878b866a2af6b99c99
Got Revision2e3607034dcbbc97aa587d878b866a2af6b99c99
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 53 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 12 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5700 Build
codebase Build
got_revision 2e3607034dcbbc97aa587d878b866a2af6b99c99 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e3607034dcbbc97aa587d878b866a2af6b99c99 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 21 14:25:28 2026
EndTue Apr 21 14:51:24 2026
Elapsed25 mins, 56 secs

All Changes:

:

  1. Change #265115

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 14:22:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e3607034dcbbc97aa587d878b866a2af6b99c99

    Comments

    parsedate: refactor
    - introduce 'struct when' to hold the parser result
    - initwhen() initializes a 'struct when'
    - datestring() parses strings
    - datenum() parses numbers
    - datecheck() does some final checks
    - tzadjust() adds the time zone offset
    - convert math to 64 bit, squeeze into time_t only in the last step,
      mktimet() does the time_t storing
    
    Closes #21394

    Changed files

    • lib/parsedate.c
    • tests/libtest/lib517.c