zeertzjq 
							
						 
					 
					
						
						
							
						
						7772c93a3e 
					 
					
						
						
							
							patch 9.0.1715: duplicate test in message_test.c  
						
						... 
						
						
						
						Problem: duplicate test in message_test.c
Solution: Remove duplicate test and make functions static
closes : #12803 
Signed-off-by: Christian Brabandt <cb@256bit.org >
Co-authored-by: zeertzjq <zeertzjq@outlook.com > 
						
						
					 
					
						2023-08-15 22:48:40 +02:00 
						 
				 
			
				
					
						
							
							
								Christ van Willegen 
							
						 
					 
					
						
						
							
						
						0c6181fec4 
					 
					
						
						
							
							patch 9.0.1704: Cannot use positional arguments for printf()  
						
						... 
						
						
						
						Problem: Cannot use positional arguments for printf()
Solution: Support positional arguments in string formatting
closes : #12140 
Signed-off-by: Christian Brabandt <cb@256bit.org >
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com > 
						
						
					 
					
						2023-08-13 18:06:00 +02:00 
						 
				 
			
				
					
						
							
							
								dundargoc 
							
						 
					 
					
						
						
							
						
						c57b5bcd22 
					 
					
						
						
							
							patch 9.0.0828: various typos  
						
						... 
						
						
						
						Problem:    Various typos.
Solution:   Correct typos. (closes  #11432 ) 
						
						
					 
					
						2022-11-02 13:30:51 +00:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						73e28dcc61 
					 
					
						
						
							
							patch 9.0.0491: no good reason to build without the float feature  
						
						... 
						
						
						
						Problem:    No good reason to build without the float feature.
Solution:   Remove configure check for float and "#ifdef FEAT_FLOAT". 
						
						
					 
					
						2022-09-17 21:08:33 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						31e5c60a68 
					 
					
						
						
							
							patch 8.2.4753: error from setting an option is silently ignored  
						
						... 
						
						
						
						Problem:    Error from setting an option is silently ignored.
Solution:   Handle option value errors better.  Fix uses of N_(). 
						
						
					 
					
						2022-04-15 13:53:33 +01:00 
						 
				 
			
				
					
						
							
							
								Ralf Schandl 
							
						 
					 
					
						
						
							
						
						bc869874fe 
					 
					
						
						
							
							patch 8.2.2893: multi-byte text in popup title shows up wrong  
						
						... 
						
						
						
						Problem:    Multi-byte text in popup title shows up wrong.
Solution:   Use the character width instead of the byte length. (Ralf Schandl,
            closes  #8267 , closes  #8264 ) 
						
						
					 
					
						2021-05-28 14:12:14 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6281815ecc 
					 
					
						
						
							
							patch 8.2.2515: memory access error when truncating an empty message  
						
						... 
						
						
						
						Problem:    Memory access error when truncating an empty message.
Solution:   Check for an empty string. (Dominique Pellé, closes  #7841 ) 
						
						
					 
					
						2021-02-14 15:37:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4da6df40f5 
					 
					
						
						
							
							patch 8.2.0608: warning from clang when building message test  
						
						... 
						
						
						
						Problem:    Warning from clang when building message test.
Solution:   Use a void pointer.  (Dominique Pelle, closes  #5958 ) 
						
						
					 
					
						2020-04-20 16:12:09 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a80faa8930 
					 
					
						
						
							
							patch 8.2.0559: clearing a struct is verbose  
						
						... 
						
						
						
						Problem:    Clearing a struct is verbose.
Solution:   Define and use CLEAR_FIELD() and CLEAR_POINTER(). 
						
						
					 
					
						2020-04-12 19:37:17 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d5b9914938 
					 
					
						
						
							
							patch 8.2.0234: message test fails on SunOS  
						
						... 
						
						
						
						Problem:    Message test fails on SunOS.
Solution:   Adjust expectation for printf "%p". (Ozaki Kiichi, closes  #5595 ) 
						
						
					 
					
						2020-02-08 17:14:46 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1470dc35c4 
					 
					
						
						
							
							patch 8.2.0119: message test fails on some platforms  
						
						... 
						
						
						
						Problem:    Message test fails on some platforms. (Elimar Riesebieter)
Solution:   Add type cast to vim_snprintf() argument. (Dominique Pelle) 
						
						
					 
					
						2020-01-14 22:02:14 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d2c946bacf 
					 
					
						
						
							
							patch 8.2.0066: some corners of vim_snprintf() are not tested  
						
						... 
						
						
						
						Problem:    Some corners of vim_snprintf() are not tested.
Solution:   Add a test in C. (Dominique Pelle, closes  #5422 ) 
						
						
					 
					
						2019-12-31 19:24:51 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d0337e360e 
					 
					
						
						
							
							patch 8.2.0060: message test only runs with one encoding  
						
						... 
						
						
						
						Problem:    Message test only runs with one encoding. (Dominique Pelle)
Solution:   Run the test with "utf-8" and "latin1".  Fix underflow. (related
            to #5410 ) 
						
						
					 
					
						2019-12-30 17:55:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						85a2002adb 
					 
					
						
						
							
							patch 8.2.0026: still some /* */ comments  
						
						... 
						
						
						
						Problem:    Still some /* */ comments.
Solution:   Convert to // comments. 
						
						
					 
					
						2019-12-21 18:25:54 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						a604429529 
					 
					
						
						
							
							patch 8.0.0540: building unit tests fails  
						
						... 
						
						
						
						Problem:    Building unit tests fails.
Solution:   Move params outside of #ifdef. 
						
						
					 
					
						2017-04-02 18:19:53 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						edf3f97ae2 
					 
					
						
						
							
							patch 7.4.2293  
						
						... 
						
						
						
						Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino) 
						
						
					 
					
						2016-08-29 22:49:24 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b9644433d2 
					 
					
						
						
							
							patch 7.4.2068  
						
						... 
						
						
						
						Problem:    Not all arguments of trunc_string() are tested.  Memory access
            error when running the message tests.
Solution:   Add another test case. (Yegappan Lakshmanan)  Make it easy to run
            unittests with valgrind.  Fix the access error. 
						
						
					 
					
						2016-07-19 12:33:44 +02:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						502ae4ba63 
					 
					
						
						
							
							patch 7.4.2051  
						
						... 
						
						
						
						Problem:    No proper testing of trunc_string().
Solution:   Add a unittest for message.c. 
						
						
					 
					
						2016-07-16 19:50:13 +02:00