summaryrefslogtreecommitdiff
path: root/src/winmsgbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* wmb_create takes no parametersAmadeusz Sławiński2019-01-261-1/+1
* WinMsgBuf: Fix const qualifier in wmbc_mergewmbKieran Bingham2015-10-051-1/+1
* Copyright update {mike@mikegerwitz.com=>mtg@gnu.org}Mike Gerwitz2015-07-071-1/+1
* Removed inline keyword from winmsg{buf,cond}Mike Gerwitz2015-06-261-11/+11
* Added tests for wmbc_str{,n}cpy, along with function improvments/fixesMike Gerwitz2015-06-261-2/+2
* Added tests for wmbc movement functions and removed unused/unneeded wmbc_* fu...Mike Gerwitz2015-06-261-1/+2
* Began testing wmbc writing with separate contexts to a single buffer (introdu...Mike Gerwitz2015-06-261-0/+1
* Truncation data makes much more sense as a part of WinMsgBufContextMike Gerwitz2015-06-261-5/+5
* Moved truncation variables out of MakeWinMsgEv into WinMsgBuf structMike Gerwitz2015-06-261-0/+13
* Added functions to retrieve WinMsgBuf size and contentsMike Gerwitz2015-06-261-0/+3
* Added test placeholder and function signature verification for winmsgbuf.cMike Gerwitz2015-06-261-9/+9
* Added wmbc_mergewmb and wmb_rendadd; implemented for backticksMike Gerwitz2015-06-261-0/+2
* Window message buffer pointer increment is now encapsulated in wmbc_*Mike Gerwitz2015-06-261-0/+2
* Added wmbc_str{,n}cpy and replaced existing refactored strncpy'sMike Gerwitz2015-06-261-2/+4
* [SECURITY FIX] wmbc_printf now protects against buffer overflows by dynamical...Mike Gerwitz2015-06-261-0/+2
* WinMsgBuf buffer is now dynamically allocatedMike Gerwitz2015-06-261-1/+4
* Added wmbc_printfMike Gerwitz2015-06-261-0/+2
* Added size to WinMsgBuf; will be used for bound checkingMike Gerwitz2015-06-261-1/+1
* Added wmbc_fastfw{,0} for common task of placing pointer before or at (respec...Mike Gerwitz2015-06-261-0/+2
* Began adding WinMsgBufContext; very rough refactoring to break groundMike Gerwitz2015-06-261-0/+54