Changes between Initial Version and Version 1 of Ticket #12515, comment 23


Ignore:
Timestamp:
Jan 11, 2017, 11:51:02 AM (7 years ago)
Author:
jessicah

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12515, comment 23

    initial v1  
    1 Using the testcase of gawk '{ 0 || 1}', I've narrowed it down to https://github.com/haiku/haiku/blob/master/src/system/libroot/add-ons/icu/ICUCtypeData.cpp#L555
     1Using the testcase of gawk `'{ 0 || 1}'`, I've narrowed it down to https://github.com/haiku/haiku/blob/master/src/system/libroot/add-ons/icu/ICUCtypeData.cpp#L555
    22
    3 This is called from mbrlen: gawk-4.1.4/awkgram.y:2864. Debugger doesn't seem to show global variables, which is a bit annoying, so can't really see the whole state, such as the value of lexptr =/
     3This is invoked by mbrlen, called at: gawk-4.1.4/awkgram.y:2864. Debugger doesn't seem to show global variables, which is a bit annoying, so can't really see the whole state, such as the value of lexptr =/